#CD368E

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

Shades of Deep Cerise #CD368E

Tints of Deep Cerise #CD368E

Color information

#CD368E (or 0xCD368E) is unknown color: approx Deep Cerise. HEX triplet: CD, 36 and 8E. RGB value is (205,54,142). Sum of RGB (Red+Green+Blue) = 205+54+142=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD368E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD368E is #32C971. Grayscale: #6C6C6C. Windows color (decimal): -3328370 or 9320141. OLE color: 9320141.

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

Color convert

RGB20554142-
CMYK00.740.310.20
HSL325.03º60.16%50.78%-
HSV(B)325.03º73.66%80.39%-
XYZ31.3817.5727.33-
YUV109.18146.53196.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.12%
GREEN value IS 54 (21.48% from 255) = 13.47%
BLUE value IS 142 (55.86% from 255) = 35.41%
R=51.12%
G=13.47%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055414200.740.310.20325.0360.1650.78
HexCD368E04A1F141453c33
Octal31566216011237245057463
Binary1100110111011010001110010010101111110100101000101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD368E; }

 p { color: rgb(205,54,142); }

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

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

 a { background-color: rgb(205,54,142); }

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

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

 span { border-color: rgb(205,54,142); }

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