#CF3582

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

Shades of Deep Cerise #CF3582

Tints of Deep Cerise #CF3582

Color information

#CF3582 (or 0xCF3582) is unknown color: approx Deep Cerise. HEX triplet: CF, 35 and 82. RGB value is (207,53,130). Sum of RGB (Red+Green+Blue) = 207+53+130=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3582 is #30CA7D. Grayscale: #6B6B6B. Windows color (decimal): -3197566 or 8533455. OLE color: 8533455.

HSL color Cylindrical-coordinate representation of color #CF3582: hue angle of 330º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3582 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB20753130-
CMYK00.740.370.19
HSL330º61.6%50.98%-
HSV(B)330º74.4%81.18%-
XYZ31.0317.4222.85-
YUV107.82140.52198.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.08%
GREEN value IS 53 (21.09% from 255) = 13.59%
BLUE value IS 130 (51.17% from 255) = 33.33%
R=53.08%
G=13.59%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075313000.740.370.1933061.650.98
HexCF358204A251314a3e33
Octal31765202011245235127663
Binary11001111110101100000100100101010010110011101001010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3582; }

 p { color: rgb(207,53,130); }

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

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

 a { background-color: rgb(207,53,130); }

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

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

 span { border-color: rgb(207,53,130); }

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