#CB1FB6

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

Shades of Deep Magenta #CB1FB6

Tints of Deep Magenta #CB1FB6

Color information

#CB1FB6 (or 0xCB1FB6) is unknown color: approx Deep Magenta. HEX triplet: CB, 1F and B6. RGB value is (203,31,182). Sum of RGB (Red+Green+Blue) = 203+31+182=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 182 (71.48% from 255 or 43.75% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1FB6 is #34E049. Grayscale: #636363. Windows color (decimal): -3465290 or 11935691. OLE color: 11935691.

HSL color Cylindrical-coordinate representation of color #CB1FB6: hue angle of 307.33º 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 #CB1FB6 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB20331182-
CMYK00.850.100.20
HSL307.33º73.5%45.88%-
HSV(B)307.33º84.73%79.61%-
XYZ33.5617.0545.78-
YUV99.64174.48201.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.80%
GREEN value IS 31 (12.5% from 255) = 7.45%
BLUE value IS 182 (71.48% from 255) = 43.75%
R=48.80%
G=7.45%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2033118200.850.100.20307.3373.545.88
HexCB1FB6055A141334a2e
Octal313372660125122446311256
Binary110010111111110110110010101011010101001001100111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1FB6; }

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

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

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

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

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

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

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

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