#CF2D97

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

Shades of Deep Cerise #CF2D97

Tints of Deep Cerise #CF2D97

Color information

#CF2D97 (or 0xCF2D97) is unknown color: approx Deep Cerise. HEX triplet: CF, 2D and 97. RGB value is (207,45,151). Sum of RGB (Red+Green+Blue) = 207+45+151=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2D97 is #30D268. Grayscale: #696969. Windows color (decimal): -3199593 or 9907663. OLE color: 9907663.

HSL color Cylindrical-coordinate representation of color #CF2D97: hue angle of 320.74º 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 #CF2D97 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB20745151-
CMYK00.780.270.19
HSL320.74º64.29%49.41%-
HSV(B)320.74º78.26%81.18%-
XYZ32.2617.3830.93-
YUV105.52153.67200.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.36%
GREEN value IS 45 (17.97% from 255) = 11.17%
BLUE value IS 151 (59.38% from 255) = 37.47%
R=51.36%
G=11.17%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074515100.780.270.19320.7464.2949.41
HexCF2D9704E1B131414031
Octal317552270116332350110061
Binary11001111101101100101110100111011011100111010000011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2D97; }

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

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

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

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

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

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

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

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