#CD3561

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

Shades of Cerise #CD3561

Tints of Cerise #CD3561

Color information

#CD3561 (or 0xCD3561) is unknown color: approx Cerise. HEX triplet: CD, 35 and 61. RGB value is (205,53,97). Sum of RGB (Red+Green+Blue) = 205+53+97=355 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.75% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3561 is #32CA9E. Grayscale: #676767. Windows color (decimal): -3328671 or 6370765. OLE color: 6370765.

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

Color convert

RGB2055397-
CMYK00.740.530.20
HSL342.63º60.32%50.59%-
HSV(B)342.63º74.15%80.39%-
XYZ28.6116.3912.96-
YUV103.46124.36200.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.75%
GREEN value IS 53 (21.09% from 255) = 14.93%
BLUE value IS 97 (38.28% from 255) = 27.32%
R=57.75%
G=14.93%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205539700.740.530.20342.6360.3250.59
HexCD356104A35141573c33
Octal31565141011265245277463
Binary1100110111010111000010100101011010110100101010111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3561; }

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

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

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

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

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

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

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

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