#CF2A92

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

Shades of Deep Cerise #CF2A92

Tints of Deep Cerise #CF2A92

Color information

#CF2A92 (or 0xCF2A92) is unknown color: approx Deep Cerise. HEX triplet: CF, 2A and 92. RGB value is (207,42,146). Sum of RGB (Red+Green+Blue) = 207+42+146=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2A92 is #30D56D. Grayscale: #666666. Windows color (decimal): -3200366 or 9579215. OLE color: 9579215.

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

Color convert

RGB20742146-
CMYK00.800.290.19
HSL322.18º66.27%48.82%-
HSV(B)322.18º79.71%81.18%-
XYZ31.751728.8-
YUV103.19152.16202.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.41%
GREEN value IS 42 (16.80% from 255) = 10.63%
BLUE value IS 146 (57.42% from 255) = 36.96%
R=52.41%
G=10.63%
B=36.96%

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
Decimal2074214600.800.290.19322.1866.2748.82
HexCF2A920501D131424231
Octal317522220120352350210261
Binary11001111101010100100100101000011101100111010000101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2A92; }

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

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

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

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

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

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

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

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