#CF275D

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

Shades of Cerise #CF275D

Tints of Cerise #CF275D

Color information

#CF275D (or 0xCF275D) is unknown color: approx Cerise. HEX triplet: CF, 27 and 5D. RGB value is (207,39,93). Sum of RGB (Red+Green+Blue) = 207+39+93=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF275D is #30D8A2. Grayscale: #5F5F5F. Windows color (decimal): -3201187 or 6105039. OLE color: 6105039.

HSL color Cylindrical-coordinate representation of color #CF275D: hue angle of 340.71º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF275D is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB2073993-
CMYK00.810.550.19
HSL340.71º68.29%48.24%-
HSV(B)340.71º81.16%81.18%-
XYZ28.4315.5111.85-
YUV95.39126.66207.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 61.06%
GREEN value IS 39 (15.62% from 255) = 11.50%
BLUE value IS 93 (36.72% from 255) = 27.43%
R=61.06%
G=11.50%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207399300.810.550.19340.7168.2948.24
HexCF275D05137131554430
Octal317471350121672352510460
Binary11001111100111101110101010001110111100111010101011000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF275D; }

 p { color: rgb(207,39,93); }

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

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

 a { background-color: rgb(207,39,93); }

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

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

 span { border-color: rgb(207,39,93); }

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