Html Css Color HEX #CE2E8D Deep Cerise

📋 copy color: '#CE2E8D'

red 206 ◦ green 46 ◦ blue 141

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

Shades of Deep Cerise #CE2E8D

Tints of Deep Cerise #CE2E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.88%

R = 52.42%
G = 11.7%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE2E8D (or 0xCE2E8D) is known color: Deep Cerise. HEX triplet: CE, 2E and 8D. RGB value is (206,46,141). Sum of RGB (Red+Green+Blue) = 206+46+141=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 46 (18.36% from 255 or 11.70% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2E8D is #31D172. Grayscale: #686868. Windows color (decimal): -3264883 or 9252558. OLE color: 9252558.

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

Color convert

RGB 206 46 141 -
CMYK 0 0.78 0.32 0.19
HSL 324.38º 0.63% 0.49% -
HSV(B) 324.38º 0.78% 0.81% -
XYZ 31.24 17 26.83 -
YUV 104.67 148.51 200.28 -
System Red Green Blue C M Y K H S L
Decimal 206 46 141 0 0.78 0.32 0.19 324.38 0.63 0.49
Hex CE 2E 8D 0 4E 20 13 144 3F 31
Octal 316 56 215 0 116 40 23 504 77 61
Binary 11001110 101110 10001101 0 1001110 100000 10011 101000100 111111 110001

Color Harmonies of #CE2E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2E8D

Black with #CE2E8D

Text Example


Text Example

White with #CE2E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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