Html Css Color HEX #C204A2 Medium Violet Red

📋 copy color: '#C204A2'

red 194 ◦ green 4 ◦ blue 162

#C204A2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #C204A2

Tints of Medium Violet Red #C204A2

RGB

 RED value IS 194 (76.17% from 255) = 53.89%

 GREEN value IS 4 (1.95% from 255) = 1.11%

 BLUE value IS 162 (63.67% from 255) = 45%

R = 53.89%
G = 1.11%
B = 45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C204A2 (or 0xC204A2) is known color: Medium Violet Red. HEX triplet: C2, 04 and A2. RGB value is (194,4,162). Sum of RGB (Red+Green+Blue) = 194+4+162=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 162 (63.67% from 255 or 45% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C204A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C204A2 is #3DFB5D. Grayscale: #4E4E4E. Windows color (decimal): -4062046 or 10618050. OLE color: 10618050.

HSL color Cylindrical-coordinate representation of color #C204A2: hue angle of 310.11º degrees, saturation: 0.96, 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 #C204A2 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 4 162 -
CMYK 0 0.98 0.16 0.24
HSL 310.11º 0.96% 0.39% -
HSV(B) 310.11º 0.98% 0.76% -
XYZ 28.81 14.16 35.4 -
YUV 78.82 174.95 210.15 -
System Red Green Blue C M Y K H S L
Decimal 194 4 162 0 0.98 0.16 0.24 310.11 0.96 0.39
Hex C2 4 A2 0 62 10 18 136 60 27
Octal 302 4 242 0 142 20 30 466 140 47
Binary 11000010 100 10100010 0 1100010 10000 11000 100110110 1100000 100111

Color Harmonies of #C204A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C204A2

Black with #C204A2

Text Example


Text Example

White with #C204A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C204A2; }

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

 H1.HeaderClassName
 {
   color: #C204A2;
 }
 .AnyTagClassName
 {
   color: #C204A2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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