#C02DA4

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

Shades of Medium Red Violet #C02DA4

Tints of Medium Red Violet #C02DA4

Color information

#C02DA4 (or 0xC02DA4) is unknown color: approx Medium Red Violet. HEX triplet: C0, 2D and A4. RGB value is (192,45,164). Sum of RGB (Red+Green+Blue) = 192+45+164=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C02DA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02DA4 is #3FD25B. Grayscale: #666666. Windows color (decimal): -4182620 or 10759616. OLE color: 10759616.

HSL color Cylindrical-coordinate representation of color #C02DA4: hue angle of 311.43º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02DA4 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB19245164-
CMYK00.770.150.25
HSL311.43º62.03%46.47%-
HSV(B)311.43º76.56%75.29%-
XYZ29.3815.7636.62-
YUV102.52162.7191.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.88%
GREEN value IS 45 (17.97% from 255) = 11.22%
BLUE value IS 164 (64.45% from 255) = 40.90%
R=47.88%
G=11.22%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924516400.770.150.25311.4362.0346.47
HexC02DA404DF191373e2e
Octal30055244011517314677656
Binary110000001011011010010001001101111111001100110111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02DA4; }

 p { color: rgb(192,45,164); }

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

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

 a { background-color: rgb(192,45,164); }

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

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

 span { border-color: rgb(192,45,164); }

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