Html Css Color HEX #CF2861 Cerise

📋 copy color: '#CF2861'

red 207 ◦ green 40 ◦ blue 97

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

Shades of Cerise #CF2861

Tints of Cerise #CF2861

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.63%

 BLUE value IS 97 (38.28% from 255) = 28.2%

R = 60.17%
G = 11.63%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF2861 (or 0xCF2861) is known color: Cerise. HEX triplet: CF, 28 and 61. RGB value is (207,40,97). Sum of RGB (Red+Green+Blue) = 207+40+97=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2861 is #30D79E. Grayscale: #606060. Windows color (decimal): -3200927 or 6367439. OLE color: 6367439.

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

Color convert

RGB 207 40 97 -
CMYK 0 0.81 0.53 0.19
HSL 339.52º 0.68% 0.48% -
HSV(B) 339.52º 0.81% 0.81% -
XYZ 28.65 15.65 12.82 -
YUV 96.43 128.33 206.87 -
System Red Green Blue C M Y K H S L
Decimal 207 40 97 0 0.81 0.53 0.19 339.52 0.68 0.48
Hex CF 28 61 0 51 35 13 154 44 30
Octal 317 50 141 0 121 65 23 524 104 60
Binary 11001111 101000 1100001 0 1010001 110101 10011 101010100 1000100 110000

Color Harmonies of #CF2861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2861

Black with #CF2861

Text Example


Text Example

White with #CF2861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2861; }

 p { color: rgb(207,40,97); }

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

background-color css

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

 a { background-color: rgb(207,40,97); }

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

border-color css

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

 span { border-color: rgb(207,40,97); }

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