Html Css Color HEX #C004CB Deep Magenta

📋 copy color: '#C004CB'

red 192 ◦ green 4 ◦ blue 203

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

Shades of Deep Magenta #C004CB

Tints of Deep Magenta #C004CB

RGB

 RED value IS 192 (75.39% from 255) = 48.12%

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

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

R = 48.12%
G = 1%
B = 50.88%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C004CB (or 0xC004CB) is known color: Deep Magenta. HEX triplet: C0, 04 and CB. RGB value is (192,4,203). Sum of RGB (Red+Green+Blue) = 192+4+203=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 4 (1.95% from 255 or 1.00% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #C004CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C004CB is #3FFB34. Grayscale: #525252. Windows color (decimal): -4193077 or 13305024. OLE color: 13305024.

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

Color convert

RGB 192 4 203 -
CMYK 0.05 0.98 0 0.20
HSL 296.68º 0.96% 0.41% -
HSV(B) 296.68º 0.98% 0.8% -
XYZ 32.56 15.61 57.8 -
YUV 82.9 195.78 205.82 -
System Red Green Blue C M Y K H S L
Decimal 192 4 203 0.05 0.98 0 0.20 296.68 0.96 0.41
Hex C0 4 CB 5 62 0 14 129 60 29
Octal 300 4 313 5 142 0 24 451 140 51
Binary 11000000 100 11001011 101 1100010 0 10100 100101001 1100000 101001

Color Harmonies of #C004CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C004CB

Black with #C004CB

Text Example


Text Example

White with #C004CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C004CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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