Html Css Color HEX #CF2259 Cerise

📋 copy color: '#CF2259'

red 207 ◦ green 34 ◦ blue 89

#CF2259
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #CF2259

Tints of Cerise #CF2259

RGB

 RED value IS 207 (81.25% from 255) = 62.73%

 GREEN value IS 34 (13.67% from 255) = 10.3%

 BLUE value IS 89 (35.16% from 255) = 26.97%

R = 62.73%
G = 10.3%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF2259 (or 0xCF2259) is known color: Cerise. HEX triplet: CF, 22 and 59. RGB value is (207,34,89). Sum of RGB (Red+Green+Blue) = 207+34+89=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2259 is #30DDA6. Grayscale: #5B5B5B. Windows color (decimal): -3202471 or 5841615. OLE color: 5841615.

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

Color convert

RGB 207 34 89 -
CMYK 0 0.84 0.57 0.19
HSL 340.92º 0.72% 0.47% -
HSV(B) 340.92º 0.84% 0.81% -
XYZ 28.11 15.13 10.89 -
YUV 92 126.31 210.03 -
System Red Green Blue C M Y K H S L
Decimal 207 34 89 0 0.84 0.57 0.19 340.92 0.72 0.47
Hex CF 22 59 0 54 39 13 155 48 2F
Octal 317 42 131 0 124 71 23 525 110 57
Binary 11001111 100010 1011001 0 1010100 111001 10011 101010101 1001000 101111

Color Harmonies of #CF2259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2259

Black with #CF2259

Text Example


Text Example

White with #CF2259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2259; }

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

 H1.HeaderClassName
 {
   color: #CF2259;
 }
 .AnyTagClassName
 {
   color: #CF2259;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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