#cd3692

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

Shades of Deep Cerise #CD3692

Tints of Deep Cerise #CD3692

Color information

#CD3692 (or 0xCD3692) is unknown color: approx Deep Cerise. HEX triplet: CD, 36 and 92. RGB value is (205,54,146). Sum of RGB (Red+Green+Blue) = 205+54+146=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 54 (21.48% from 255 or 13.33% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3692 is #32C96D. Grayscale: #6D6D6D. Windows color (decimal): -3328366 or 9582285. OLE color: 9582285.

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

Color convert

RGB20554146-
CMYK00.740.290.20
HSL323.44º60.16%50.78%-
HSV(B)323.44º73.66%80.39%-
XYZ31.6817.6928.94-
YUV109.64148.53196.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.62%
GREEN value IS 54 (21.48% from 255) = 13.33%
BLUE value IS 146 (57.42% from 255) = 36.05%
R=50.62%
G=13.33%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055414600.740.290.20323.4460.1650.78
HexCD369204A1D141433c33
Octal31566222011235245037463
Binary1100110111011010010010010010101110110100101000011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd3692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd3692; }

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

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

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

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

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

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

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

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