#CD359D

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

Shades of Deep Cerise #CD359D

Tints of Deep Cerise #CD359D

Color information

#CD359D (or 0xCD359D) is unknown color: approx Deep Cerise. HEX triplet: CD, 35 and 9D. RGB value is (205,53,157). Sum of RGB (Red+Green+Blue) = 205+53+157=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD359D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD359D is #32CA62. Grayscale: #6E6E6E. Windows color (decimal): -3328611 or 10302925. OLE color: 10302925.

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

Color convert

RGB20553157-
CMYK00.740.230.20
HSL318.95º60.32%50.59%-
HSV(B)318.95º74.15%80.39%-
XYZ32.5417.9633.65-
YUV110.3154.36195.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.40%
GREEN value IS 53 (21.09% from 255) = 12.77%
BLUE value IS 157 (61.72% from 255) = 37.83%
R=49.40%
G=12.77%
B=37.83%

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
Decimal2055315700.740.230.20318.9560.3250.59
HexCD359D04A171413f3c33
Octal31565235011227244777463
Binary1100110111010110011101010010101011110100100111111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD359D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD359D; }

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

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

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

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

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

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

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

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