Html Css Color HEX #CE1599 Medium Violet Red

📋 copy color: '#CE1599'

red 206 ◦ green 21 ◦ blue 153

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

Shades of Medium Violet Red #CE1599

Tints of Medium Violet Red #CE1599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.53%

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

R = 54.21%
G = 5.53%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CE1599 (or 0xCE1599) is known color: Medium Violet Red. HEX triplet: CE, 15 and 99. RGB value is (206,21,153). Sum of RGB (Red+Green+Blue) = 206+21+153=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1599 is #31EA66. Grayscale: #5B5B5B. Windows color (decimal): -3271271 or 10032590. OLE color: 10032590.

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

Color convert

RGB 206 21 153 -
CMYK 0 0.90 0.26 0.19
HSL 317.19º 0.81% 0.45% -
HSV(B) 317.19º 0.9% 0.81% -
XYZ 31.47 15.96 31.56 -
YUV 91.36 162.79 209.77 -
System Red Green Blue C M Y K H S L
Decimal 206 21 153 0 0.90 0.26 0.19 317.19 0.81 0.45
Hex CE 15 99 0 5A 1A 13 13D 51 2D
Octal 316 25 231 0 132 32 23 475 121 55
Binary 11001110 10101 10011001 0 1011010 11010 10011 100111101 1010001 101101

Color Harmonies of #CE1599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1599

Black with #CE1599

Text Example


Text Example

White with #CE1599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1599; }

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

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

background-color css

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

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

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

border-color css

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

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

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