#C01BCC

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

Shades of Deep Magenta #C01BCC

Tints of Deep Magenta #C01BCC

Color information

#C01BCC (or 0xC01BCC) is unknown color: approx Deep Magenta. HEX triplet: C0, 1B and CC. RGB value is (192,27,204). Sum of RGB (Red+Green+Blue) = 192+27+204=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 27 (10.94% from 255 or 6.38% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #C01BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01BCC is #3FE433. Grayscale: #5F5F5F. Windows color (decimal): -4187188 or 13376448. OLE color: 13376448.

HSL color Cylindrical-coordinate representation of color #C01BCC: hue angle of 295.93º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01BCC is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19227204-
CMYK0.060.8700.2
HSL295.93º76.62%45.29%-
HSV(B)295.93º86.76%80%-
XYZ33.0316.3558.54-
YUV96.51188.66196.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.39%
GREEN value IS 27 (10.94% from 255) = 6.38%
BLUE value IS 204 (80.08% from 255) = 48.23%
R=45.39%
G=6.38%
B=48.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal192272040.060.8700.2295.9376.6245.29
HexC01BCC6570141284d2d
Octal30033314612702445011555
Binary11000000110111100110011010101110101001001010001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01BCC; }

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

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

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

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

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

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

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

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