Html Css Color HEX #CF2F61 Cerise

📋 copy color: '#CF2F61'

red 207 ◦ green 47 ◦ blue 97

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

Shades of Cerise #CF2F61

Tints of Cerise #CF2F61

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.39%

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

R = 58.97%
G = 13.39%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF2F61 (or 0xCF2F61) is known color: Cerise. HEX triplet: CF, 2F and 61. RGB value is (207,47,97). Sum of RGB (Red+Green+Blue) = 207+47+97=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2F61 is #30D09E. Grayscale: #646464. Windows color (decimal): -3199135 or 6369231. OLE color: 6369231.

HSL color Cylindrical-coordinate representation of color #CF2F61: hue angle of 341.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF2F61 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 47 97 -
CMYK 0 0.77 0.53 0.19
HSL 341.25º 0.63% 0.5% -
HSV(B) 341.25º 0.77% 0.81% -
XYZ 28.91 16.16 12.91 -
YUV 100.54 126.01 203.93 -
System Red Green Blue C M Y K H S L
Decimal 207 47 97 0 0.77 0.53 0.19 341.25 0.63 0.5
Hex CF 2F 61 0 4D 35 13 155 3F 32
Octal 317 57 141 0 115 65 23 525 77 62
Binary 11001111 101111 1100001 0 1001101 110101 10011 101010101 111111 110010

Color Harmonies of #CF2F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2F61

Black with #CF2F61

Text Example


Text Example

White with #CF2F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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