#CD3595

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

Shades of Deep Cerise #CD3595

Tints of Deep Cerise #CD3595

Color information

#CD3595 (or 0xCD3595) is unknown color: approx Deep Cerise. HEX triplet: CD, 35 and 95. RGB value is (205,53,149). Sum of RGB (Red+Green+Blue) = 205+53+149=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3595 is #32CA6A. Grayscale: #6D6D6D. Windows color (decimal): -3328619 or 9778637. OLE color: 9778637.

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

Color convert

RGB20553149-
CMYK00.740.270.20
HSL322.11º60.32%50.59%-
HSV(B)322.11º74.15%80.39%-
XYZ31.8717.730.17-
YUV109.39150.36196.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.37%
GREEN value IS 53 (21.09% from 255) = 13.02%
BLUE value IS 149 (58.59% from 255) = 36.61%
R=50.37%
G=13.02%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055314900.740.270.20322.1160.3250.59
HexCD359504A1B141423c33
Octal31565225011233245027463
Binary1100110111010110010101010010101101110100101000010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3595; }

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

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

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

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

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

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

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

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