#cf2d95

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

Shades of Deep Cerise #CF2D95

Tints of Deep Cerise #CF2D95

Color information

#CF2D95 (or 0xCF2D95) is unknown color: approx Deep Cerise. HEX triplet: CF, 2D and 95. RGB value is (207,45,149). Sum of RGB (Red+Green+Blue) = 207+45+149=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2D95 is #30D26A. Grayscale: #696969. Windows color (decimal): -3199595 or 9776591. OLE color: 9776591.

HSL color Cylindrical-coordinate representation of color #CF2D95: hue angle of 321.48º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2D95 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB20745149-
CMYK00.780.280.19
HSL321.48º64.29%49.41%-
HSV(B)321.48º78.26%81.18%-
XYZ32.117.3130.08-
YUV105.29152.67200.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.62%
GREEN value IS 45 (17.97% from 255) = 11.22%
BLUE value IS 149 (58.59% from 255) = 37.16%
R=51.62%
G=11.22%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074514900.780.280.19321.4864.2949.41
HexCF2D9504E1C131414031
Octal317552250116342350110061
Binary11001111101101100101010100111011100100111010000011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf2d95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf2d95; }

 p { color: rgb(207,45,149); }

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

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

 a { background-color: rgb(207,45,149); }

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

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

 span { border-color: rgb(207,45,149); }

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