Html Css Color HEX #CE3490 Deep Cerise

📋 copy color: '#CE3490'

red 206 ◦ green 52 ◦ blue 144

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

Shades of Deep Cerise #CE3490

Tints of Deep Cerise #CE3490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.94%

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

R = 51.24%
G = 12.94%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE3490 (or 0xCE3490) is known color: Deep Cerise. HEX triplet: CE, 34 and 90. RGB value is (206,52,144). Sum of RGB (Red+Green+Blue) = 206+52+144=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3490 is #31CB6F. Grayscale: #6C6C6C. Windows color (decimal): -3263344 or 9450702. OLE color: 9450702.

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

Color convert

RGB 206 52 144 -
CMYK 0 0.75 0.30 0.19
HSL 324.16º 0.61% 0.51% -
HSV(B) 324.16º 0.75% 0.81% -
XYZ 31.72 17.59 28.11 -
YUV 108.53 148.02 197.52 -
System Red Green Blue C M Y K H S L
Decimal 206 52 144 0 0.75 0.30 0.19 324.16 0.61 0.51
Hex CE 34 90 0 4B 1E 13 144 3D 33
Octal 316 64 220 0 113 36 23 504 75 63
Binary 11001110 110100 10010000 0 1001011 11110 10011 101000100 111101 110011

Color Harmonies of #CE3490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3490

Black with #CE3490

Text Example


Text Example

White with #CE3490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3490; }

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

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

background-color css

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

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

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

border-color css

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

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

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