Html Css Color HEX #CE2F61 Cerise

📋 copy color: '#CE2F61'

red 206 ◦ green 47 ◦ blue 97

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

Shades of Cerise #CE2F61

Tints of Cerise #CE2F61

RGB

 RED value IS 206 (80.86% from 255) = 58.86%

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

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

R = 58.86%
G = 13.43%
B = 27.71%

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

#CE2F61 (or 0xCE2F61) is known color: Cerise. HEX triplet: CE, 2F and 61. RGB value is (206,47,97). Sum of RGB (Red+Green+Blue) = 206+47+97=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2F61 is #31D09E. Grayscale: #646464. Windows color (decimal): -3264671 or 6369230. OLE color: 6369230.

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

Color convert

RGB 206 47 97 -
CMYK 0 0.77 0.53 0.19
HSL 341.13º 0.63% 0.5% -
HSV(B) 341.13º 0.77% 0.81% -
XYZ 28.63 16.02 12.89 -
YUV 100.24 126.18 203.43 -
System Red Green Blue C M Y K H S L
Decimal 206 47 97 0 0.77 0.53 0.19 341.13 0.63 0.5
Hex CE 2F 61 0 4D 35 13 155 3F 32
Octal 316 57 141 0 115 65 23 525 77 62
Binary 11001110 101111 1100001 0 1001101 110101 10011 101010101 111111 110010

Color Harmonies of #CE2F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2F61

Black with #CE2F61

Text Example


Text Example

White with #CE2F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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