Html Css Color HEX #CE2E90 Deep Cerise

📋 copy color: '#CE2E90'

red 206 ◦ green 46 ◦ blue 144

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

Shades of Deep Cerise #CE2E90

Tints of Deep Cerise #CE2E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.36%

R = 52.02%
G = 11.62%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE2E90 (or 0xCE2E90) is known color: Deep Cerise. HEX triplet: CE, 2E and 90. RGB value is (206,46,144). Sum of RGB (Red+Green+Blue) = 206+46+144=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2E90 is #31D16F. Grayscale: #686868. Windows color (decimal): -3264880 or 9449166. OLE color: 9449166.

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

Color convert

RGB 206 46 144 -
CMYK 0 0.78 0.30 0.19
HSL 323.25º 0.63% 0.49% -
HSV(B) 323.25º 0.78% 0.81% -
XYZ 31.46 17.09 28.03 -
YUV 105.01 150.01 200.03 -
System Red Green Blue C M Y K H S L
Decimal 206 46 144 0 0.78 0.30 0.19 323.25 0.63 0.49
Hex CE 2E 90 0 4E 1E 13 143 3F 31
Octal 316 56 220 0 116 36 23 503 77 61
Binary 11001110 101110 10010000 0 1001110 11110 10011 101000011 111111 110001

Color Harmonies of #CE2E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2E90

Black with #CE2E90

Text Example


Text Example

White with #CE2E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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