Html Css Color HEX #C00BAF Deep Magenta

📋 copy color: '#C00BAF'

red 192 ◦ green 11 ◦ blue 175

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

Shades of Deep Magenta #C00BAF

Tints of Deep Magenta #C00BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.3%

R = 50.79%
G = 2.91%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C00BAF (or 0xC00BAF) is known color: Deep Magenta. HEX triplet: C0, 0B and AF. RGB value is (192,11,175). Sum of RGB (Red+Green+Blue) = 192+11+175=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 11 (4.69% from 255 or 2.91% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C00BAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00BAF is #3FF450. Grayscale: #535353. Windows color (decimal): -4191313 or 11471808. OLE color: 11471808.

HSL color Cylindrical-coordinate representation of color #C00BAF: hue angle of 305.64º 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 #C00BAF is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 11 175 -
CMYK 0 0.94 0.09 0.25
HSL 305.64º 0.89% 0.4% -
HSV(B) 305.64º 0.94% 0.75% -
XYZ 29.6 14.54 41.8 -
YUV 83.82 179.47 205.16 -
System Red Green Blue C M Y K H S L
Decimal 192 11 175 0 0.94 0.09 0.25 305.64 0.89 0.4
Hex C0 B AF 0 5E 9 19 132 59 28
Octal 300 13 257 0 136 11 31 462 131 50
Binary 11000000 1011 10101111 0 1011110 1001 11001 100110010 1011001 101000

Color Harmonies of #C00BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00BAF

Black with #C00BAF

Text Example


Text Example

White with #C00BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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