Html Css Color HEX #C204C6 Deep Magenta

📋 copy color: '#C204C6'

red 194 ◦ green 4 ◦ blue 198

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

Shades of Deep Magenta #C204C6

Tints of Deep Magenta #C204C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50%

R = 48.99%
G = 1.01%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C204C6 (or 0xC204C6) is known color: Deep Magenta. HEX triplet: C2, 04 and C6. RGB value is (194,4,198). Sum of RGB (Red+Green+Blue) = 194+4+198=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 198 (77.73% from 255 or 50% from 396); Max value from RGB is 198 - color contains mainly: blue. Hex color #C204C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C204C6 is #3DFB39. Grayscale: #525252. Windows color (decimal): -4062010 or 12977346. OLE color: 12977346.

HSL color Cylindrical-coordinate representation of color #C204C6: hue angle of 298.76º 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 #C204C6 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 4 198 -
CMYK 0.02 0.98 0 0.22
HSL 298.76º 0.96% 0.4% -
HSV(B) 298.76º 0.98% 0.78% -
XYZ 32.48 15.63 54.73 -
YUV 82.93 192.95 207.23 -
System Red Green Blue C M Y K H S L
Decimal 194 4 198 0.02 0.98 0 0.22 298.76 0.96 0.4
Hex C2 4 C6 2 62 0 16 12B 60 28
Octal 302 4 306 2 142 0 26 453 140 50
Binary 11000010 100 11000110 10 1100010 0 10110 100101011 1100000 101000

Color Harmonies of #C204C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C204C6

Black with #C204C6

Text Example


Text Example

White with #C204C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C204C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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