Html Css Color HEX #CE3090 Deep Cerise

📋 copy color: '#CE3090'

red 206 ◦ green 48 ◦ blue 144

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

Shades of Deep Cerise #CE3090

Tints of Deep Cerise #CE3090

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.06%

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

R = 51.76%
G = 12.06%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE3090 (or 0xCE3090) is known color: Deep Cerise. HEX triplet: CE, 30 and 90. RGB value is (206,48,144). Sum of RGB (Red+Green+Blue) = 206+48+144=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3090 is #31CF6F. Grayscale: #696969. Windows color (decimal): -3264368 or 9449678. OLE color: 9449678.

HSL color Cylindrical-coordinate representation of color #CE3090: hue angle of 323.54º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE3090 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 48 144 -
CMYK 0 0.77 0.30 0.19
HSL 323.54º 0.62% 0.5% -
HSV(B) 323.54º 0.77% 0.81% -
XYZ 31.54 17.25 28.05 -
YUV 106.19 149.35 199.19 -
System Red Green Blue C M Y K H S L
Decimal 206 48 144 0 0.77 0.30 0.19 323.54 0.62 0.5
Hex CE 30 90 0 4D 1E 13 144 3E 32
Octal 316 60 220 0 115 36 23 504 76 62
Binary 11001110 110000 10010000 0 1001101 11110 10011 101000100 111110 110010

Color Harmonies of #CE3090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3090

Black with #CE3090

Text Example


Text Example

White with #CE3090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3090; }

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

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

background-color css

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

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

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

border-color css

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

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

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