#C402A0

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

Shades of Medium Violet Red #C402A0

Tints of Medium Violet Red #C402A0

Color information

#C402A0 (or 0xC402A0) is unknown color: approx Medium Violet Red. HEX triplet: C4, 02 and A0. RGB value is (196,2,160). Sum of RGB (Red+Green+Blue) = 196+2+160=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C402A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C402A0 is #3BFD5F. Grayscale: #4D4D4D. Windows color (decimal): -3931488 or 10486468. OLE color: 10486468.

HSL color Cylindrical-coordinate representation of color #C402A0: hue angle of 311.13º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C402A0 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB1962160-
CMYK00.990.180.23
HSL311.13º97.98%38.82%-
HSV(B)311.13º98.98%76.86%-
XYZ29.1314.3234.49-
YUV78.02174.27212.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.75%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 160 (62.89% from 255) = 44.69%
R=54.75%
G=0.56%
B=44.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196216000.990.180.23311.1397.9838.82
HexC42A006312171376227
Octal30422400143222746714247
Binary1100010010101000000110001110010101111001101111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C402A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C402A0; }

 p { color: rgb(196,2,160); }

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

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

 a { background-color: rgb(196,2,160); }

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

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

 span { border-color: rgb(196,2,160); }

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