#CF3971

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

Shades of Cerise #CF3971

Tints of Cerise #CF3971

Color information

#CF3971 (or 0xCF3971) is unknown color: approx Cerise. HEX triplet: CF, 39 and 71. RGB value is (207,57,113). Sum of RGB (Red+Green+Blue) = 207+57+113=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3971 is #30C68E. Grayscale: #6C6C6C. Windows color (decimal): -3196559 or 7420367. OLE color: 7420367.

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

Color convert

RGB20757113-
CMYK00.720.450.19
HSL337.6º60.98%51.76%-
HSV(B)337.6º72.46%81.18%-
XYZ30.1817.3817.39-
YUV108.23130.7198.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.91%
GREEN value IS 57 (22.66% from 255) = 15.12%
BLUE value IS 113 (44.53% from 255) = 29.97%
R=54.91%
G=15.12%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075711300.720.450.19337.660.9851.76
HexCF39710482D131523d34
Octal31771161011055235227564
Binary1100111111100111100010100100010110110011101010010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3971; }

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

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

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

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

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

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

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

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