Html Css Color HEX #CE3499 Deep Cerise

📋 copy color: '#CE3499'

red 206 ◦ green 52 ◦ blue 153

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

Shades of Deep Cerise #CE3499

Tints of Deep Cerise #CE3499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.23%

R = 50.12%
G = 12.65%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CE3499 (or 0xCE3499) is known color: Deep Cerise. HEX triplet: CE, 34 and 99. RGB value is (206,52,153). Sum of RGB (Red+Green+Blue) = 206+52+153=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3499 is #31CB66. Grayscale: #6D6D6D. Windows color (decimal): -3263335 or 10040526. OLE color: 10040526.

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

Color convert

RGB 206 52 153 -
CMYK 0 0.75 0.26 0.19
HSL 320.65º 0.61% 0.51% -
HSV(B) 320.65º 0.75% 0.81% -
XYZ 32.43 17.88 31.88 -
YUV 109.56 152.52 196.79 -
System Red Green Blue C M Y K H S L
Decimal 206 52 153 0 0.75 0.26 0.19 320.65 0.61 0.51
Hex CE 34 99 0 4B 1A 13 141 3D 33
Octal 316 64 231 0 113 32 23 501 75 63
Binary 11001110 110100 10011001 0 1001011 11010 10011 101000001 111101 110011

Color Harmonies of #CE3499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3499

Black with #CE3499

Text Example


Text Example

White with #CE3499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3499; }

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

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

background-color css

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

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

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

border-color css

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

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

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