Html Css Color HEX #CE2E5C Cerise

📋 copy color: '#CE2E5C'

red 206 ◦ green 46 ◦ blue 92

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

Shades of Cerise #CE2E5C

Tints of Cerise #CE2E5C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.37%

 BLUE value IS 92 (36.33% from 255) = 26.74%

R = 59.88%
G = 13.37%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE2E5C (or 0xCE2E5C) is known color: Cerise. HEX triplet: CE, 2E and 5C. RGB value is (206,46,92). Sum of RGB (Red+Green+Blue) = 206+46+92=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2E5C is #31D1A3. Grayscale: #636363. Windows color (decimal): -3264932 or 6041294. OLE color: 6041294.

HSL color Cylindrical-coordinate representation of color #CE2E5C: hue angle of 342.75º degrees, saturation: 0.63, 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 #CE2E5C is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 46 92 -
CMYK 0 0.78 0.55 0.19
HSL 342.75º 0.63% 0.49% -
HSV(B) 342.75º 0.78% 0.81% -
XYZ 28.36 15.85 11.69 -
YUV 99.08 124.01 204.26 -
System Red Green Blue C M Y K H S L
Decimal 206 46 92 0 0.78 0.55 0.19 342.75 0.63 0.49
Hex CE 2E 5C 0 4E 37 13 157 3F 31
Octal 316 56 134 0 116 67 23 527 77 61
Binary 11001110 101110 1011100 0 1001110 110111 10011 101010111 111111 110001

Color Harmonies of #CE2E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2E5C

Black with #CE2E5C

Text Example


Text Example

White with #CE2E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2E5C; }

 p { color: rgb(206,46,92); }

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

background-color css

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

 a { background-color: rgb(206,46,92); }

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

border-color css

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

 span { border-color: rgb(206,46,92); }

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