Html Css Color HEX #CE2D90 Deep Cerise

📋 copy color: '#CE2D90'

red 206 ◦ green 45 ◦ blue 144

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

Shades of Deep Cerise #CE2D90

Tints of Deep Cerise #CE2D90

RGB

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

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

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

R = 52.15%
G = 11.39%
B = 36.46%

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

#CE2D90 (or 0xCE2D90) is known color: Deep Cerise. HEX triplet: CE, 2D and 90. RGB value is (206,45,144). Sum of RGB (Red+Green+Blue) = 206+45+144=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2D90 is #31D26F. Grayscale: #686868. Windows color (decimal): -3265136 or 9448910. OLE color: 9448910.

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

Color convert

RGB 206 45 144 -
CMYK 0 0.78 0.30 0.19
HSL 323.11º 0.64% 0.49% -
HSV(B) 323.11º 0.78% 0.81% -
XYZ 31.43 17.01 28.01 -
YUV 104.43 150.34 200.45 -
System Red Green Blue C M Y K H S L
Decimal 206 45 144 0 0.78 0.30 0.19 323.11 0.64 0.49
Hex CE 2D 90 0 4E 1E 13 143 40 31
Octal 316 55 220 0 116 36 23 503 100 61
Binary 11001110 101101 10010000 0 1001110 11110 10011 101000011 1000000 110001

Color Harmonies of #CE2D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2D90

Black with #CE2D90

Text Example


Text Example

White with #CE2D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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