#CF225E

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

Shades of Cerise #CF225E

Tints of Cerise #CF225E

Color information

#CF225E (or 0xCF225E) is unknown color: approx Cerise. HEX triplet: CF, 22 and 5E. RGB value is (207,34,94). Sum of RGB (Red+Green+Blue) = 207+34+94=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF225E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF225E is #30DDA1. Grayscale: #5C5C5C. Windows color (decimal): -3202466 or 6169295. OLE color: 6169295.

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

Color convert

RGB2073494-
CMYK00.840.550.19
HSL339.19º71.78%47.25%-
HSV(B)339.19º83.57%81.18%-
XYZ28.3215.2212.03-
YUV92.57128.81209.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 61.79%
GREEN value IS 34 (13.67% from 255) = 10.15%
BLUE value IS 94 (37.11% from 255) = 28.06%
R=61.79%
G=10.15%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207349400.840.550.19339.1971.7847.25
HexCF225E0543713153482f
Octal317421360124672352311057
Binary11001111100010101111001010100110111100111010100111001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF225E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF225E; }

 p { color: rgb(207,34,94); }

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

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

 a { background-color: rgb(207,34,94); }

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

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

 span { border-color: rgb(207,34,94); }

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