Html Css Color HEX #CE1990 Medium Violet Red

📋 copy color: '#CE1990'

red 206 ◦ green 25 ◦ blue 144

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

Shades of Medium Violet Red #CE1990

Tints of Medium Violet Red #CE1990

RGB

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

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

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

R = 54.93%
G = 6.67%
B = 38.4%

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

#CE1990 (or 0xCE1990) is known color: Medium Violet Red. HEX triplet: CE, 19 and 90. RGB value is (206,25,144). Sum of RGB (Red+Green+Blue) = 206+25+144=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1990 is #31E66F. Grayscale: #5C5C5C. Windows color (decimal): -3270256 or 9443790. OLE color: 9443790.

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

Color convert

RGB 206 25 144 -
CMYK 0 0.88 0.30 0.19
HSL 320.55º 0.78% 0.45% -
HSV(B) 320.55º 0.88% 0.81% -
XYZ 30.84 15.83 27.82 -
YUV 92.69 156.97 208.82 -
System Red Green Blue C M Y K H S L
Decimal 206 25 144 0 0.88 0.30 0.19 320.55 0.78 0.45
Hex CE 19 90 0 58 1E 13 141 4E 2D
Octal 316 31 220 0 130 36 23 501 116 55
Binary 11001110 11001 10010000 0 1011000 11110 10011 101000001 1001110 101101

Color Harmonies of #CE1990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1990

Black with #CE1990

Text Example


Text Example

White with #CE1990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1990; }

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

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

background-color css

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

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

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

border-color css

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

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

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