#CD3F5F

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

Shades of Cerise #CD3F5F

Tints of Cerise #CD3F5F

Color information

#CD3F5F (or 0xCD3F5F) is unknown color: approx Cerise. HEX triplet: CD, 3F and 5F. RGB value is (205,63,95). Sum of RGB (Red+Green+Blue) = 205+63+95=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3F5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3F5F is #32C0A0. Grayscale: #6D6D6D. Windows color (decimal): -3326113 or 6242253. OLE color: 6242253.

HSL color Cylindrical-coordinate representation of color #CD3F5F: hue angle of 346.48º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD3F5F is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB2056395-
CMYK00.690.540.20
HSL346.48º58.68%52.55%-
HSV(B)346.48º69.27%80.39%-
XYZ29.0217.3612.65-
YUV109.11120.04196.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.47%
GREEN value IS 63 (25% from 255) = 17.36%
BLUE value IS 95 (37.5% from 255) = 26.17%
R=56.47%
G=17.36%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205639500.690.540.20346.4858.6852.55
HexCD3F5F045361415a3b35
Octal31577137010566245327365
Binary1100110111111110111110100010111011010100101011010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3F5F; }

 p { color: rgb(205,63,95); }

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

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

 a { background-color: rgb(205,63,95); }

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

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

 span { border-color: rgb(205,63,95); }

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