#CB358D

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

Shades of Deep Cerise #CB358D

Tints of Deep Cerise #CB358D

Color information

#CB358D (or 0xCB358D) is unknown color: approx Deep Cerise. HEX triplet: CB, 35 and 8D. RGB value is (203,53,141). Sum of RGB (Red+Green+Blue) = 203+53+141=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB358D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB358D is #34CA72. Grayscale: #6B6B6B. Windows color (decimal): -3459699 or 9254347. OLE color: 9254347.

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

Color convert

RGB20353141-
CMYK00.740.310.20
HSL324.8º59.06%50.2%-
HSV(B)324.8º73.89%79.61%-
XYZ30.7117.1726.89-
YUV107.88146.7195.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.13%
GREEN value IS 53 (21.09% from 255) = 13.35%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=51.13%
G=13.35%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035314100.740.310.20324.859.0650.2
HexCB358D04A1F141453b32
Octal31365215011237245057362
Binary1100101111010110001101010010101111110100101000101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB358D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB358D; }

 p { color: rgb(203,53,141); }

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

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

 a { background-color: rgb(203,53,141); }

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

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

 span { border-color: rgb(203,53,141); }

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