#CD359A

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

Shades of Deep Cerise #CD359A

Tints of Deep Cerise #CD359A

Color information

#CD359A (or 0xCD359A) is unknown color: approx Deep Cerise. HEX triplet: CD, 35 and 9A. RGB value is (205,53,154). Sum of RGB (Red+Green+Blue) = 205+53+154=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CD359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD359A is #32CA65. Grayscale: #6D6D6D. Windows color (decimal): -3328614 or 10106317. OLE color: 10106317.

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

Color convert

RGB20553154-
CMYK00.740.250.20
HSL320.13º60.32%50.59%-
HSV(B)320.13º74.15%80.39%-
XYZ32.2817.8632.32-
YUV109.96152.86195.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.76%
GREEN value IS 53 (21.09% from 255) = 12.86%
BLUE value IS 154 (60.55% from 255) = 37.38%
R=49.76%
G=12.86%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055315400.740.250.20320.1360.3250.59
HexCD359A04A19141403c33
Octal31565232011231245007463
Binary1100110111010110011010010010101100110100101000000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD359A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD359A; }

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

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

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

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

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

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

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

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