Html Css Color HEX #CE1090 Medium Violet Red

📋 copy color: '#CE1090'

red 206 ◦ green 16 ◦ blue 144

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

Shades of Medium Violet Red #CE1090

Tints of Medium Violet Red #CE1090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.37%

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

R = 56.28%
G = 4.37%
B = 39.34%

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

#CE1090 (or 0xCE1090) is known color: Medium Violet Red. HEX triplet: CE, 10 and 90. RGB value is (206,16,144). Sum of RGB (Red+Green+Blue) = 206+16+144=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1090 is #31EF6F. Grayscale: #575757. Windows color (decimal): -3272560 or 9441486. OLE color: 9441486.

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

Color convert

RGB 206 16 144 -
CMYK 0 0.92 0.30 0.19
HSL 319.58º 0.86% 0.44% -
HSV(B) 319.58º 0.92% 0.81% -
XYZ 30.67 15.51 27.76 -
YUV 87.4 159.95 212.59 -
System Red Green Blue C M Y K H S L
Decimal 206 16 144 0 0.92 0.30 0.19 319.58 0.86 0.44
Hex CE 10 90 0 5C 1E 13 140 56 2C
Octal 316 20 220 0 134 36 23 500 126 54
Binary 11001110 10000 10010000 0 1011100 11110 10011 101000000 1010110 101100

Color Harmonies of #CE1090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1090

Black with #CE1090

Text Example


Text Example

White with #CE1090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1090; }

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

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

background-color css

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

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

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

border-color css

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

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

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