#CF2A94

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

Shades of Deep Cerise #CF2A94

Tints of Deep Cerise #CF2A94

Color information

#CF2A94 (or 0xCF2A94) is unknown color: approx Deep Cerise. HEX triplet: CF, 2A and 94. RGB value is (207,42,148). Sum of RGB (Red+Green+Blue) = 207+42+148=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2A94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2A94 is #30D56B. Grayscale: #676767. Windows color (decimal): -3200364 or 9710287. OLE color: 9710287.

HSL color Cylindrical-coordinate representation of color #CF2A94: hue angle of 321.45º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2A94 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB20742148-
CMYK00.800.290.19
HSL321.45º66.27%48.82%-
HSV(B)321.45º79.71%81.18%-
XYZ31.9117.0629.63-
YUV103.42153.16201.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.14%
GREEN value IS 42 (16.80% from 255) = 10.58%
BLUE value IS 148 (58.20% from 255) = 37.28%
R=52.14%
G=10.58%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074214800.800.290.19321.4566.2748.82
HexCF2A940501D131414231
Octal317522240120352350110261
Binary11001111101010100101000101000011101100111010000011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2A94; }

 p { color: rgb(207,42,148); }

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

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

 a { background-color: rgb(207,42,148); }

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

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

 span { border-color: rgb(207,42,148); }

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