Html Css Color HEX #C00BCB Deep Magenta

📋 copy color: '#C00BCB'

red 192 ◦ green 11 ◦ blue 203

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

Shades of Deep Magenta #C00BCB

Tints of Deep Magenta #C00BCB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.71%

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

R = 47.29%
G = 2.71%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C00BCB (or 0xC00BCB) is known color: Deep Magenta. HEX triplet: C0, 0B and CB. RGB value is (192,11,203). Sum of RGB (Red+Green+Blue) = 192+11+203=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #C00BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00BCB is #3FF434. Grayscale: #565656. Windows color (decimal): -4191285 or 13306816. OLE color: 13306816.

HSL color Cylindrical-coordinate representation of color #C00BCB: hue angle of 296.56º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00BCB is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 11 203 -
CMYK 0.05 0.95 0 0.20
HSL 296.56º 0.9% 0.42% -
HSV(B) 296.56º 0.95% 0.8% -
XYZ 32.64 15.76 57.82 -
YUV 87.01 193.47 202.89 -
System Red Green Blue C M Y K H S L
Decimal 192 11 203 0.05 0.95 0 0.20 296.56 0.9 0.42
Hex C0 B CB 5 5F 0 14 129 5A 2A
Octal 300 13 313 5 137 0 24 451 132 52
Binary 11000000 1011 11001011 101 1011111 0 10100 100101001 1011010 101010

Color Harmonies of #C00BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00BCB

Black with #C00BCB

Text Example


Text Example

White with #C00BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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