#CD359F

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

Shades of Deep Cerise #CD359F

Tints of Deep Cerise #CD359F

Color information

#CD359F (or 0xCD359F) is unknown color: approx Deep Cerise. HEX triplet: CD, 35 and 9F. RGB value is (205,53,159). Sum of RGB (Red+Green+Blue) = 205+53+159=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 53 (21.09% from 255 or 12.71% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD359F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD359F is #32CA60. Grayscale: #6E6E6E. Windows color (decimal): -3328609 or 10433997. OLE color: 10433997.

HSL color Cylindrical-coordinate representation of color #CD359F: hue angle of 318.16º 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 #CD359F is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB20553159-
CMYK00.740.220.20
HSL318.16º60.32%50.59%-
HSV(B)318.16º74.15%80.39%-
XYZ32.7118.0334.56-
YUV110.53155.36195.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.16%
GREEN value IS 53 (21.09% from 255) = 12.71%
BLUE value IS 159 (62.5% from 255) = 38.13%
R=49.16%
G=12.71%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055315900.740.220.20318.1660.3250.59
HexCD359F04A161413e3c33
Octal31565237011226244767463
Binary1100110111010110011111010010101011010100100111110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD359F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD359F; }

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

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

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

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

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

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

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

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