Html Css Color HEX #CE1991 Medium Violet Red

📋 copy color: '#CE1991'

red 206 ◦ green 25 ◦ blue 145

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

Shades of Medium Violet Red #CE1991

Tints of Medium Violet Red #CE1991

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.65%

 BLUE value IS 145 (57.03% from 255) = 38.56%

R = 54.79%
G = 6.65%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE1991 (or 0xCE1991) is known color: Medium Violet Red. HEX triplet: CE, 19 and 91. RGB value is (206,25,145). Sum of RGB (Red+Green+Blue) = 206+25+145=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1991 is #31E66E. Grayscale: #5C5C5C. Windows color (decimal): -3270255 or 9509326. OLE color: 9509326.

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

Color convert

RGB 206 25 145 -
CMYK 0 0.88 0.30 0.19
HSL 320.22º 0.78% 0.45% -
HSV(B) 320.22º 0.88% 0.81% -
XYZ 30.91 15.86 28.22 -
YUV 92.8 157.47 208.74 -
System Red Green Blue C M Y K H S L
Decimal 206 25 145 0 0.88 0.30 0.19 320.22 0.78 0.45
Hex CE 19 91 0 58 1E 13 140 4E 2D
Octal 316 31 221 0 130 36 23 500 116 55
Binary 11001110 11001 10010001 0 1011000 11110 10011 101000000 1001110 101101

Color Harmonies of #CE1991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1991

Black with #CE1991

Text Example


Text Example

White with #CE1991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1991; }

 p { color: rgb(206,25,145); }

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

background-color css

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

 a { background-color: rgb(206,25,145); }

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

border-color css

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

 span { border-color: rgb(206,25,145); }

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