#CB3A8B

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

Shades of Deep Cerise #CB3A8B

Tints of Deep Cerise #CB3A8B

Color information

#CB3A8B (or 0xCB3A8B) is unknown color: approx Deep Cerise. HEX triplet: CB, 3A and 8B. RGB value is (203,58,139). Sum of RGB (Red+Green+Blue) = 203+58+139=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3A8B is #34C574. Grayscale: #6E6E6E. Windows color (decimal): -3458421 or 9124555. OLE color: 9124555.

HSL color Cylindrical-coordinate representation of color #CB3A8B: hue angle of 326.48º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3A8B is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB20358139-
CMYK00.710.320.20
HSL326.48º58.23%51.18%-
HSV(B)326.48º71.43%79.61%-
XYZ30.817.5926.2-
YUV110.59144.04193.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.75%
GREEN value IS 58 (23.05% from 255) = 14.5%
BLUE value IS 139 (54.69% from 255) = 34.75%
R=50.75%
G=14.5%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035813900.710.320.20326.4858.2351.18
HexCB3A8B04720141463a33
Octal31372213010740245067263
Binary11001011111010100010110100011110000010100101000110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3A8B; }

 p { color: rgb(203,58,139); }

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

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

 a { background-color: rgb(203,58,139); }

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

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

 span { border-color: rgb(203,58,139); }

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