#CD359E

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

Shades of Deep Cerise #CD359E

Tints of Deep Cerise #CD359E

Color information

#CD359E (or 0xCD359E) is unknown color: approx Deep Cerise. HEX triplet: CD, 35 and 9E. RGB value is (205,53,158). Sum of RGB (Red+Green+Blue) = 205+53+158=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD359E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD359E is #32CA61. Grayscale: #6E6E6E. Windows color (decimal): -3328610 or 10368461. OLE color: 10368461.

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

Color convert

RGB20553158-
CMYK00.740.230.20
HSL318.55º60.32%50.59%-
HSV(B)318.55º74.15%80.39%-
XYZ32.6217.9934.1-
YUV110.42154.86195.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.28%
GREEN value IS 53 (21.09% from 255) = 12.74%
BLUE value IS 158 (62.11% from 255) = 37.98%
R=49.28%
G=12.74%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055315800.740.230.20318.5560.3250.59
HexCD359E04A171413f3c33
Octal31565236011227244777463
Binary1100110111010110011110010010101011110100100111111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD359E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD359E; }

 p { color: rgb(205,53,158); }

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

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

 a { background-color: rgb(205,53,158); }

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

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

 span { border-color: rgb(205,53,158); }

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