Html Css Color HEX #CE1199 Medium Violet Red

📋 copy color: '#CE1199'

red 206 ◦ green 17 ◦ blue 153

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

Shades of Medium Violet Red #CE1199

Tints of Medium Violet Red #CE1199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.52%

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

R = 54.79%
G = 4.52%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CE1199 (or 0xCE1199) is known color: Medium Violet Red. HEX triplet: CE, 11 and 99. RGB value is (206,17,153). Sum of RGB (Red+Green+Blue) = 206+17+153=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1199 is #31EE66. Grayscale: #585858. Windows color (decimal): -3272295 or 10031566. OLE color: 10031566.

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

Color convert

RGB 206 17 153 -
CMYK 0 0.92 0.26 0.19
HSL 316.83º 0.85% 0.44% -
HSV(B) 316.83º 0.92% 0.81% -
XYZ 31.4 15.82 31.54 -
YUV 89.02 164.12 211.44 -
System Red Green Blue C M Y K H S L
Decimal 206 17 153 0 0.92 0.26 0.19 316.83 0.85 0.44
Hex CE 11 99 0 5C 1A 13 13D 55 2C
Octal 316 21 231 0 134 32 23 475 125 54
Binary 11001110 10001 10011001 0 1011100 11010 10011 100111101 1010101 101100

Color Harmonies of #CE1199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1199

Black with #CE1199

Text Example


Text Example

White with #CE1199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1199; }

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

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

background-color css

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

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

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

border-color css

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

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

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