#CF305F

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

Shades of Cerise #CF305F

Tints of Cerise #CF305F

Color information

#CF305F (or 0xCF305F) is unknown color: approx Cerise. HEX triplet: CF, 30 and 5F. RGB value is (207,48,95). Sum of RGB (Red+Green+Blue) = 207+48+95=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF305F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF305F is #30CFA0. Grayscale: #646464. Windows color (decimal): -3198881 or 6238415. OLE color: 6238415.

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

Color convert

RGB2074895-
CMYK00.770.540.19
HSL342.26º62.35%50%-
HSV(B)342.26º76.81%81.18%-
XYZ28.8516.2112.43-
YUV100.9124.68203.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 59.14%
GREEN value IS 48 (19.14% from 255) = 13.71%
BLUE value IS 95 (37.5% from 255) = 27.14%
R=59.14%
G=13.71%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207489500.770.540.19342.2662.3550
HexCF305F04D36131563e32
Octal31760137011566235267662
Binary1100111111000010111110100110111011010011101010110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF305F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF305F; }

 p { color: rgb(207,48,95); }

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

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

 a { background-color: rgb(207,48,95); }

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

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

 span { border-color: rgb(207,48,95); }

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