Html Css Color HEX #C204CB Deep Magenta

📋 copy color: '#C204CB'

red 194 ◦ green 4 ◦ blue 203

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

Shades of Deep Magenta #C204CB

Tints of Deep Magenta #C204CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.62%

R = 48.38%
G = 1%
B = 50.62%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C204CB (or 0xC204CB) is known color: Deep Magenta. HEX triplet: C2, 04 and CB. RGB value is (194,4,203). Sum of RGB (Red+Green+Blue) = 194+4+203=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #C204CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C204CB is #3DFB34. Grayscale: #525252. Windows color (decimal): -4062005 or 13305026. OLE color: 13305026.

HSL color Cylindrical-coordinate representation of color #C204CB: hue angle of 297.29º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C204CB is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 4 203 -
CMYK 0.04 0.98 0 0.20
HSL 297.29º 0.96% 0.41% -
HSV(B) 297.29º 0.98% 0.8% -
XYZ 33.07 15.87 57.82 -
YUV 83.5 195.45 206.82 -
System Red Green Blue C M Y K H S L
Decimal 194 4 203 0.04 0.98 0 0.20 297.29 0.96 0.41
Hex C2 4 CB 4 62 0 14 129 60 29
Octal 302 4 313 4 142 0 24 451 140 51
Binary 11000010 100 11001011 100 1100010 0 10100 100101001 1100000 101001

Color Harmonies of #C204CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C204CB

Black with #C204CB

Text Example


Text Example

White with #C204CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C204CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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