Html Css Color HEX #CE2559 Cerise

📋 copy color: '#CE2559'

red 206 ◦ green 37 ◦ blue 89

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

Shades of Cerise #CE2559

Tints of Cerise #CE2559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.14%

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

R = 62.05%
G = 11.14%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CE2559 (or 0xCE2559) is known color: Cerise. HEX triplet: CE, 25 and 59. RGB value is (206,37,89). Sum of RGB (Red+Green+Blue) = 206+37+89=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2559 is #31DAA6. Grayscale: #5D5D5D. Windows color (decimal): -3267239 or 5842382. OLE color: 5842382.

HSL color Cylindrical-coordinate representation of color #CE2559: hue angle of 341.54º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2559 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 37 89 -
CMYK 0 0.82 0.57 0.19
HSL 341.54º 0.7% 0.48% -
HSV(B) 341.54º 0.82% 0.81% -
XYZ 27.92 15.17 10.91 -
YUV 93.46 125.49 208.27 -
System Red Green Blue C M Y K H S L
Decimal 206 37 89 0 0.82 0.57 0.19 341.54 0.7 0.48
Hex CE 25 59 0 52 39 13 156 46 30
Octal 316 45 131 0 122 71 23 526 106 60
Binary 11001110 100101 1011001 0 1010010 111001 10011 101010110 1000110 110000

Color Harmonies of #CE2559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2559

Black with #CE2559

Text Example


Text Example

White with #CE2559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2559; }

 p { color: rgb(206,37,89); }

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

background-color css

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

 a { background-color: rgb(206,37,89); }

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

border-color css

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

 span { border-color: rgb(206,37,89); }

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