Html Css Color HEX #C00BAC Deep Magenta

📋 copy color: '#C00BAC'

red 192 ◦ green 11 ◦ blue 172

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

Shades of Deep Magenta #C00BAC

Tints of Deep Magenta #C00BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.87%

R = 51.2%
G = 2.93%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C00BAC (or 0xC00BAC) is known color: Deep Magenta. HEX triplet: C0, 0B and AC. RGB value is (192,11,172). Sum of RGB (Red+Green+Blue) = 192+11+172=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C00BAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00BAC is #3FF453. Grayscale: #535353. Windows color (decimal): -4191316 or 11275200. OLE color: 11275200.

HSL color Cylindrical-coordinate representation of color #C00BAC: hue angle of 306.63º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00BAC is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 11 172 -
CMYK 0 0.94 0.10 0.25
HSL 306.63º 0.89% 0.4% -
HSV(B) 306.63º 0.94% 0.75% -
XYZ 29.3 14.42 40.27 -
YUV 83.47 177.97 205.41 -
System Red Green Blue C M Y K H S L
Decimal 192 11 172 0 0.94 0.10 0.25 306.63 0.89 0.4
Hex C0 B AC 0 5E A 19 133 59 28
Octal 300 13 254 0 136 12 31 463 131 50
Binary 11000000 1011 10101100 0 1011110 1010 11001 100110011 1011001 101000

Color Harmonies of #C00BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00BAC

Black with #C00BAC

Text Example


Text Example

White with #C00BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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