Html Css Color HEX #CF2959 Cerise

📋 copy color: '#CF2959'

red 207 ◦ green 41 ◦ blue 89

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

Shades of Cerise #CF2959

Tints of Cerise #CF2959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.17%

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

R = 61.42%
G = 12.17%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF2959 (or 0xCF2959) is known color: Cerise. HEX triplet: CF, 29 and 59. RGB value is (207,41,89). Sum of RGB (Red+Green+Blue) = 207+41+89=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2959 is #30D6A6. Grayscale: #606060. Windows color (decimal): -3200679 or 5843407. OLE color: 5843407.

HSL color Cylindrical-coordinate representation of color #CF2959: hue angle of 342.65º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2959 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 41 89 -
CMYK 0 0.80 0.57 0.19
HSL 342.65º 0.67% 0.49% -
HSV(B) 342.65º 0.8% 0.81% -
XYZ 28.33 15.57 10.96 -
YUV 96.11 124 207.1 -
System Red Green Blue C M Y K H S L
Decimal 207 41 89 0 0.80 0.57 0.19 342.65 0.67 0.49
Hex CF 29 59 0 50 39 13 157 43 31
Octal 317 51 131 0 120 71 23 527 103 61
Binary 11001111 101001 1011001 0 1010000 111001 10011 101010111 1000011 110001

Color Harmonies of #CF2959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2959

Black with #CF2959

Text Example


Text Example

White with #CF2959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2959; }

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

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

background-color css

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

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

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

border-color css

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

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

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