#CF2B63

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

Shades of Cerise #CF2B63

Tints of Cerise #CF2B63

Color information

#CF2B63 (or 0xCF2B63) is unknown color: approx Cerise. HEX triplet: CF, 2B and 63. RGB value is (207,43,99). Sum of RGB (Red+Green+Blue) = 207+43+99=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 43 (17.19% from 255 or 12.32% from 349); Blue value is 99 (39.06% from 255 or 28.37% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2B63 is #30D49C. Grayscale: #626262. Windows color (decimal): -3200157 or 6499279. OLE color: 6499279.

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

Color convert

RGB2074399-
CMYK00.790.520.19
HSL339.51º65.6%49.02%-
HSV(B)339.51º79.23%81.18%-
XYZ28.8515.8913.35-
YUV98.42128.33205.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 59.31%
GREEN value IS 43 (17.19% from 255) = 12.32%
BLUE value IS 99 (39.06% from 255) = 28.37%
R=59.31%
G=12.32%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207439900.790.520.19339.5165.649.02
HexCF2B6304F34131544231
Octal317531430117642352410261
Binary11001111101011110001101001111110100100111010101001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2B63; }

 p { color: rgb(207,43,99); }

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

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

 a { background-color: rgb(207,43,99); }

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

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

 span { border-color: rgb(207,43,99); }

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