#CB1FC6

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

Shades of Deep Magenta #CB1FC6

Tints of Deep Magenta #CB1FC6

Color information

#CB1FC6 (or 0xCB1FC6) is unknown color: approx Deep Magenta. HEX triplet: CB, 1F and C6. RGB value is (203,31,198). Sum of RGB (Red+Green+Blue) = 203+31+198=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 198 (77.73% from 255 or 45.83% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1FC6 is #34E039. Grayscale: #646464. Windows color (decimal): -3465274 or 12984267. OLE color: 12984267.

HSL color Cylindrical-coordinate representation of color #CB1FC6: hue angle of 301.74º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1FC6 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB20331198-
CMYK00.850.020.20
HSL301.74º73.5%45.88%-
HSV(B)301.74º84.73%79.61%-
XYZ35.3117.7554.99-
YUV101.47182.48200.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.99%
GREEN value IS 31 (12.5% from 255) = 7.18%
BLUE value IS 198 (77.73% from 255) = 45.83%
R=46.99%
G=7.18%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2033119800.850.020.20301.7473.545.88
HexCB1FC605521412e4a2e
Octal31337306012522445611256
Binary1100101111111110001100101010110101001001011101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1FC6; }

 p { color: rgb(203,31,198); }

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

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

 a { background-color: rgb(203,31,198); }

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

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

 span { border-color: rgb(203,31,198); }

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