#CF3171

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

Shades of Cerise #CF3171

Tints of Cerise #CF3171

Color information

#CF3171 (or 0xCF3171) is unknown color: approx Cerise. HEX triplet: CF, 31 and 71. RGB value is (207,49,113). Sum of RGB (Red+Green+Blue) = 207+49+113=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3171 is #30CE8E. Grayscale: #676767. Windows color (decimal): -3198607 or 7418319. OLE color: 7418319.

HSL color Cylindrical-coordinate representation of color #CF3171: hue angle of 335.7º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3171 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB20749113-
CMYK00.760.450.19
HSL335.7º62.2%50.2%-
HSV(B)335.7º76.33%81.18%-
XYZ29.8116.6517.27-
YUV103.54133.35201.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.10%
GREEN value IS 49 (19.53% from 255) = 13.28%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=56.10%
G=13.28%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074911300.760.450.19335.762.250.2
HexCF317104C2D131503e32
Octal31761161011455235207662
Binary1100111111000111100010100110010110110011101010000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3171; }

 p { color: rgb(207,49,113); }

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

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

 a { background-color: rgb(207,49,113); }

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

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

 span { border-color: rgb(207,49,113); }

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