#cf316f

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

Shades of Cerise #CF316F

Tints of Cerise #CF316F

Color information

#CF316F (or 0xCF316F) is unknown color: approx Cerise. HEX triplet: CF, 31 and 6F. RGB value is (207,49,111). Sum of RGB (Red+Green+Blue) = 207+49+111=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF316F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF316F is #30CE90. Grayscale: #676767. Windows color (decimal): -3198609 or 7287247. OLE color: 7287247.

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

Color convert

RGB20749111-
CMYK00.760.460.19
HSL336.46º62.2%50.2%-
HSV(B)336.46º76.33%81.18%-
XYZ29.716.6116.68-
YUV103.31132.35201.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.40%
GREEN value IS 49 (19.53% from 255) = 13.35%
BLUE value IS 111 (43.75% from 255) = 30.25%
R=56.40%
G=13.35%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074911100.760.460.19336.4662.250.2
HexCF316F04C2E131503e32
Octal31761157011456235207662
Binary1100111111000111011110100110010111010011101010000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf316f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf316f; }

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

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

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

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

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

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

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

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