Html Css Color HEX #CE3199 Deep Cerise

📋 copy color: '#CE3199'

red 206 ◦ green 49 ◦ blue 153

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

Shades of Deep Cerise #CE3199

Tints of Deep Cerise #CE3199

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.01%

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

R = 50.49%
G = 12.01%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CE3199 (or 0xCE3199) is known color: Deep Cerise. HEX triplet: CE, 31 and 99. RGB value is (206,49,153). Sum of RGB (Red+Green+Blue) = 206+49+153=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3199 is #31CE66. Grayscale: #6B6B6B. Windows color (decimal): -3264103 or 10039758. OLE color: 10039758.

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

Color convert

RGB 206 49 153 -
CMYK 0 0.76 0.26 0.19
HSL 320.25º 0.62% 0.5% -
HSV(B) 320.25º 0.76% 0.81% -
XYZ 32.3 17.62 31.84 -
YUV 107.8 153.51 198.04 -
System Red Green Blue C M Y K H S L
Decimal 206 49 153 0 0.76 0.26 0.19 320.25 0.62 0.5
Hex CE 31 99 0 4C 1A 13 140 3E 32
Octal 316 61 231 0 114 32 23 500 76 62
Binary 11001110 110001 10011001 0 1001100 11010 10011 101000000 111110 110010

Color Harmonies of #CE3199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3199

Black with #CE3199

Text Example


Text Example

White with #CE3199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3199; }

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

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

background-color css

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

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

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

border-color css

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

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

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