Html Css Color HEX #CE2D5B Cerise

📋 copy color: '#CE2D5B'

red 206 ◦ green 45 ◦ blue 91

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

Shades of Cerise #CE2D5B

Tints of Cerise #CE2D5B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.16%

 BLUE value IS 91 (35.94% from 255) = 26.61%

R = 60.23%
G = 13.16%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE2D5B (or 0xCE2D5B) is known color: Cerise. HEX triplet: CE, 2D and 5B. RGB value is (206,45,91). Sum of RGB (Red+Green+Blue) = 206+45+91=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2D5B is #31D2A4. Grayscale: #626262. Windows color (decimal): -3265189 or 5975502. OLE color: 5975502.

HSL color Cylindrical-coordinate representation of color #CE2D5B: hue angle of 342.86º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2D5B is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 45 91 -
CMYK 0 0.78 0.56 0.19
HSL 342.86º 0.64% 0.49% -
HSV(B) 342.86º 0.78% 0.81% -
XYZ 28.28 15.75 11.45 -
YUV 98.38 123.84 204.76 -
System Red Green Blue C M Y K H S L
Decimal 206 45 91 0 0.78 0.56 0.19 342.86 0.64 0.49
Hex CE 2D 5B 0 4E 38 13 157 40 31
Octal 316 55 133 0 116 70 23 527 100 61
Binary 11001110 101101 1011011 0 1001110 111000 10011 101010111 1000000 110001

Color Harmonies of #CE2D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2D5B

Black with #CE2D5B

Text Example


Text Example

White with #CE2D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2D5B; }

 p { color: rgb(206,45,91); }

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

background-color css

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

 a { background-color: rgb(206,45,91); }

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

border-color css

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

 span { border-color: rgb(206,45,91); }

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