#cf2c7a

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

Shades of Deep Cerise #CF2C7A

Tints of Deep Cerise #CF2C7A

Color information

#CF2C7A (or 0xCF2C7A) is unknown color: approx Deep Cerise. HEX triplet: CF, 2C and 7A. RGB value is (207,44,122). Sum of RGB (Red+Green+Blue) = 207+44+122=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2C7A is #30D385. Grayscale: #656565. Windows color (decimal): -3199878 or 8006863. OLE color: 8006863.

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

Color convert

RGB20744122-
CMYK00.790.410.19
HSL331.29º64.94%49.22%-
HSV(B)331.29º78.74%81.18%-
XYZ30.1516.4720-
YUV101.63139.5203.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.50%
GREEN value IS 44 (17.58% from 255) = 11.80%
BLUE value IS 122 (48.05% from 255) = 32.71%
R=55.50%
G=11.80%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074412200.790.410.19331.2964.9449.22
HexCF2C7A04F291314b4131
Octal317541720117512351310161
Binary11001111101100111101001001111101001100111010010111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf2c7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf2c7a; }

 p { color: rgb(207,44,122); }

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

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

 a { background-color: rgb(207,44,122); }

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

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

 span { border-color: rgb(207,44,122); }

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