Html Css Color HEX #CE1190 Medium Violet Red

📋 copy color: '#CE1190'

red 206 ◦ green 17 ◦ blue 144

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

Shades of Medium Violet Red #CE1190

Tints of Medium Violet Red #CE1190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.24%

R = 56.13%
G = 4.63%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE1190 (or 0xCE1190) is known color: Medium Violet Red. HEX triplet: CE, 11 and 90. RGB value is (206,17,144). Sum of RGB (Red+Green+Blue) = 206+17+144=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1190 is #31EE6F. Grayscale: #575757. Windows color (decimal): -3272304 or 9441742. OLE color: 9441742.

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

Color convert

RGB 206 17 144 -
CMYK 0 0.92 0.30 0.19
HSL 319.68º 0.85% 0.44% -
HSV(B) 319.68º 0.92% 0.81% -
XYZ 30.69 15.54 27.77 -
YUV 87.99 159.62 212.17 -
System Red Green Blue C M Y K H S L
Decimal 206 17 144 0 0.92 0.30 0.19 319.68 0.85 0.44
Hex CE 11 90 0 5C 1E 13 140 55 2C
Octal 316 21 220 0 134 36 23 500 125 54
Binary 11001110 10001 10010000 0 1011100 11110 10011 101000000 1010101 101100

Color Harmonies of #CE1190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1190

Black with #CE1190

Text Example


Text Example

White with #CE1190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1190; }

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

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

background-color css

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

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

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

border-color css

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

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

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