#CB0EB3

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

Shades of Deep Magenta #CB0EB3

Tints of Deep Magenta #CB0EB3

Color information

#CB0EB3 (or 0xCB0EB3) is unknown color: approx Deep Magenta. HEX triplet: CB, 0E and B3. RGB value is (203,14,179). Sum of RGB (Red+Green+Blue) = 203+14+179=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 14 (5.86% from 255 or 3.54% from 396); Blue value is 179 (70.31% from 255 or 45.20% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0EB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0EB3 is #34F14C. Grayscale: #585858. Windows color (decimal): -3469645 or 11734731. OLE color: 11734731.

HSL color Cylindrical-coordinate representation of color #CB0EB3: hue angle of 307.62º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0EB3 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB20314179-
CMYK00.930.120.20
HSL307.62º87.1%42.55%-
HSV(B)307.62º93.1%79.61%-
XYZ32.9216.2744.05-
YUV89.32178.62209.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.26%
GREEN value IS 14 (5.86% from 255) = 3.54%
BLUE value IS 179 (70.31% from 255) = 45.20%
R=51.26%
G=3.54%
B=45.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031417900.930.120.20307.6287.142.55
HexCBEB305DC14134572b
Octal313162630135142446412753
Binary11001011111010110011010111011100101001001101001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0EB3; }

 p { color: rgb(203,14,179); }

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

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

 a { background-color: rgb(203,14,179); }

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

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

 span { border-color: rgb(203,14,179); }

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