Html Css Color HEX #CE1490 Medium Violet Red

📋 copy color: '#CE1490'

red 206 ◦ green 20 ◦ blue 144

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

Shades of Medium Violet Red #CE1490

Tints of Medium Violet Red #CE1490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.41%

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

R = 55.68%
G = 5.41%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE1490 (or 0xCE1490) is known color: Medium Violet Red. HEX triplet: CE, 14 and 90. RGB value is (206,20,144). Sum of RGB (Red+Green+Blue) = 206+20+144=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1490 is #31EB6F. Grayscale: #595959. Windows color (decimal): -3271536 or 9442510. OLE color: 9442510.

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

Color convert

RGB 206 20 144 -
CMYK 0 0.90 0.30 0.19
HSL 320º 0.82% 0.44% -
HSV(B) 320º 0.9% 0.81% -
XYZ 30.74 15.64 27.78 -
YUV 89.75 158.62 210.92 -
System Red Green Blue C M Y K H S L
Decimal 206 20 144 0 0.90 0.30 0.19 320 0.82 0.44
Hex CE 14 90 0 5A 1E 13 140 52 2C
Octal 316 24 220 0 132 36 23 500 122 54
Binary 11001110 10100 10010000 0 1011010 11110 10011 101000000 1010010 101100

Color Harmonies of #CE1490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1490

Black with #CE1490

Text Example


Text Example

White with #CE1490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1490; }

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

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

background-color css

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

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

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

border-color css

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

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

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