Html Css Color HEX #CE2261 Cerise

📋 copy color: '#CE2261'

red 206 ◦ green 34 ◦ blue 97

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

Shades of Cerise #CE2261

Tints of Cerise #CE2261

RGB

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

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

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

R = 61.13%
G = 10.09%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE2261 (or 0xCE2261) is known color: Cerise. HEX triplet: CE, 22 and 61. RGB value is (206,34,97). Sum of RGB (Red+Green+Blue) = 206+34+97=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2261 is #31DD9E. Grayscale: #5C5C5C. Windows color (decimal): -3267999 or 6365902. OLE color: 6365902.

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

Color convert

RGB 206 34 97 -
CMYK 0 0.83 0.53 0.19
HSL 338.02º 0.72% 0.47% -
HSV(B) 338.02º 0.83% 0.81% -
XYZ 28.18 15.13 12.74 -
YUV 92.61 130.48 208.88 -
System Red Green Blue C M Y K H S L
Decimal 206 34 97 0 0.83 0.53 0.19 338.02 0.72 0.47
Hex CE 22 61 0 53 35 13 152 48 2F
Octal 316 42 141 0 123 65 23 522 110 57
Binary 11001110 100010 1100001 0 1010011 110101 10011 101010010 1001000 101111

Color Harmonies of #CE2261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2261

Black with #CE2261

Text Example


Text Example

White with #CE2261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2261; }

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

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

background-color css

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

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

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

border-color css

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

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

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