#cb3188

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

Shades of Deep Cerise #CB3188

Tints of Deep Cerise #CB3188

Color information

#CB3188 (or 0xCB3188) is unknown color: approx Deep Cerise. HEX triplet: CB, 31 and 88. RGB value is (203,49,136). Sum of RGB (Red+Green+Blue) = 203+49+136=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3188 is #34CE77. Grayscale: #686868. Windows color (decimal): -3460728 or 8925643. OLE color: 8925643.

HSL color Cylindrical-coordinate representation of color #CB3188: hue angle of 326.1º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3188 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB20349136-
CMYK00.760.330.20
HSL326.1º61.11%49.41%-
HSV(B)326.1º75.86%79.61%-
XYZ30.1716.6724.92-
YUV104.96145.52197.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.32%
GREEN value IS 49 (19.53% from 255) = 12.63%
BLUE value IS 136 (53.52% from 255) = 35.05%
R=52.32%
G=12.63%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034913600.760.330.20326.161.1149.41
HexCB318804C21141463d31
Octal31361210011441245067561
Binary11001011110001100010000100110010000110100101000110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb3188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb3188; }

 p { color: rgb(203,49,136); }

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

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

 a { background-color: rgb(203,49,136); }

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

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

 span { border-color: rgb(203,49,136); }

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