#C804A2

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

Shades of Medium Violet Red #C804A2

Tints of Medium Violet Red #C804A2

Color information

#C804A2 (or 0xC804A2) is unknown color: approx Medium Violet Red. HEX triplet: C8, 04 and A2. RGB value is (200,4,162). Sum of RGB (Red+Green+Blue) = 200+4+162=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C804A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C804A2 is #37FB5D. Grayscale: #505050. Windows color (decimal): -3668830 or 10618056. OLE color: 10618056.

HSL color Cylindrical-coordinate representation of color #C804A2: hue angle of 311.63º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C804A2 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB2004162-
CMYK00.980.190.22
HSL311.63º96.08%40%-
HSV(B)311.63º98%78.43%-
XYZ30.3814.9735.47-
YUV80.62173.93213.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.64%
GREEN value IS 4 (1.95% from 255) = 1.09%
BLUE value IS 162 (63.67% from 255) = 44.26%
R=54.64%
G=1.09%
B=44.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200416200.980.190.22311.6396.0840
HexC84A206213161386028
Octal31042420142232647014050
Binary11001000100101000100110001010011101101001110001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C804A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C804A2; }

 p { color: rgb(200,4,162); }

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

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

 a { background-color: rgb(200,4,162); }

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

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

 span { border-color: rgb(200,4,162); }

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