#C303A1

Color #C303A1 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C303A1

Tints of Medium Violet Red #C303A1

Color information

#C303A1 (or 0xC303A1) is unknown color: approx Medium Violet Red. HEX triplet: C3, 03 and A1. RGB value is (195,3,161). Sum of RGB (Red+Green+Blue) = 195+3+161=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 161 (63.28% from 255 or 44.85% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C303A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C303A1 is #3CFC5E. Grayscale: #4D4D4D. Windows color (decimal): -3996767 or 10552259. OLE color: 10552259.

HSL color Cylindrical-coordinate representation of color #C303A1: hue angle of 310.62º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C303A1 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB1953161-
CMYK00.980.170.24
HSL310.62º96.97%38.82%-
HSV(B)310.62º98.46%76.47%-
XYZ28.9714.2434.94-
YUV78.42174.61211.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 54.32%
GREEN value IS 3 (1.56% from 255) = 0.84%
BLUE value IS 161 (63.28% from 255) = 44.85%
R=54.32%
G=0.84%
B=44.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195316100.980.170.24310.6296.9738.82
HexC33A106211181376127
Octal30332410142213046714147
Binary1100001111101000010110001010001110001001101111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C303A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C303A1; }

 p { color: rgb(195,3,161); }

 H1.HeaderClassName
 {
   color: #C303A1;
 }
 .AnyTagClassName
 {
   color: #C303A1;
 }
</style>
background-color css

<style>
 a { background-color: #C303A1; }

 a { background-color: rgb(195,3,161); }

 div.DivClassName
 {
   background-color: #C303A1;
 }
 .BgClassName
 {
   background-color: #C303A1;
 }
</style>
border-color css

<style>
 span { border-color: #C303A1; }

 span { border-color: rgb(195,3,161); }

 td.TdClassName
 {
   border-color: #C303A1;
 }
 .TagClassName
 {
   border-color: #C303A1;
 }
</style>