#C01BB7

Color #C01BB7 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C01BB7

Tints of Deep Magenta #C01BB7

Color information

#C01BB7 (or 0xC01BB7) is unknown color: approx Deep Magenta. HEX triplet: C0, 1B and B7. RGB value is (192,27,183). Sum of RGB (Red+Green+Blue) = 192+27+183=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 27 (10.94% from 255 or 6.72% from 402); Blue value is 183 (71.88% from 255 or 45.52% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C01BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01BB7 is #3FE448. Grayscale: #5D5D5D. Windows color (decimal): -4187209 or 12000192. OLE color: 12000192.

HSL color Cylindrical-coordinate representation of color #C01BB7: hue angle of 303.27º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01BB7 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB19227183-
CMYK00.860.050.25
HSL303.27º75.34%42.94%-
HSV(B)303.27º85.94%75.29%-
XYZ30.6815.4146.16-
YUV94.12178.16197.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.76%
GREEN value IS 27 (10.94% from 255) = 6.72%
BLUE value IS 183 (71.88% from 255) = 45.52%
R=47.76%
G=6.72%
B=45.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922718300.860.050.25303.2775.3442.94
HexC01BB705651912f4b2b
Octal30033267012653145711353
Binary11000000110111011011101010110101110011001011111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01BB7; }

 p { color: rgb(192,27,183); }

 H1.HeaderClassName
 {
   color: #C01BB7;
 }
 .AnyTagClassName
 {
   color: #C01BB7;
 }
</style>
background-color css

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

 a { background-color: rgb(192,27,183); }

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

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

 span { border-color: rgb(192,27,183); }

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