Html Css Color HEX #C204BB Deep Magenta

📋 copy color: '#C204BB'

red 194 ◦ green 4 ◦ blue 187

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

Shades of Deep Magenta #C204BB

Tints of Deep Magenta #C204BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.57%

R = 50.39%
G = 1.04%
B = 48.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C204BB (or 0xC204BB) is known color: Deep Magenta. HEX triplet: C2, 04 and BB. RGB value is (194,4,187). Sum of RGB (Red+Green+Blue) = 194+4+187=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C204BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C204BB is #3DFB44. Grayscale: #515151. Windows color (decimal): -4062021 or 12256450. OLE color: 12256450.

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

Color convert

RGB 194 4 187 -
CMYK 0 0.98 0.04 0.24
HSL 302.21º 0.96% 0.39% -
HSV(B) 302.21º 0.98% 0.76% -
XYZ 31.26 15.14 48.29 -
YUV 81.67 187.45 208.12 -
System Red Green Blue C M Y K H S L
Decimal 194 4 187 0 0.98 0.04 0.24 302.21 0.96 0.39
Hex C2 4 BB 0 62 4 18 12E 60 27
Octal 302 4 273 0 142 4 30 456 140 47
Binary 11000010 100 10111011 0 1100010 100 11000 100101110 1100000 100111

Color Harmonies of #C204BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C204BB

Black with #C204BB

Text Example


Text Example

White with #C204BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C204BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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