Html Css Color HEX #CE2E89 Deep Cerise

📋 copy color: '#CE2E89'

red 206 ◦ green 46 ◦ blue 137

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

Shades of Deep Cerise #CE2E89

Tints of Deep Cerise #CE2E89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.22%

R = 52.96%
G = 11.83%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE2E89 (or 0xCE2E89) is known color: Deep Cerise. HEX triplet: CE, 2E and 89. RGB value is (206,46,137). Sum of RGB (Red+Green+Blue) = 206+46+137=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2E89 is #31D176. Grayscale: #686868. Windows color (decimal): -3264887 or 8990414. OLE color: 8990414.

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

Color convert

RGB 206 46 137 -
CMYK 0 0.78 0.33 0.19
HSL 325.88º 0.63% 0.49% -
HSV(B) 325.88º 0.78% 0.81% -
XYZ 30.95 16.88 25.29 -
YUV 104.21 146.51 200.6 -
System Red Green Blue C M Y K H S L
Decimal 206 46 137 0 0.78 0.33 0.19 325.88 0.63 0.49
Hex CE 2E 89 0 4E 21 13 146 3F 31
Octal 316 56 211 0 116 41 23 506 77 61
Binary 11001110 101110 10001001 0 1001110 100001 10011 101000110 111111 110001

Color Harmonies of #CE2E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2E89

Black with #CE2E89

Text Example


Text Example

White with #CE2E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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