Html Css Color HEX #CE0E90 Medium Violet Red

📋 copy color: '#CE0E90'

red 206 ◦ green 14 ◦ blue 144

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

Shades of Medium Violet Red #CE0E90

Tints of Medium Violet Red #CE0E90

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.85%

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

R = 56.59%
G = 3.85%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE0E90 (or 0xCE0E90) is known color: Medium Violet Red. HEX triplet: CE, 0E and 90. RGB value is (206,14,144). Sum of RGB (Red+Green+Blue) = 206+14+144=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0E90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0E90 is #31F16F. Grayscale: #555555. Windows color (decimal): -3273072 or 9440974. OLE color: 9440974.

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

Color convert

RGB 206 14 144 -
CMYK 0 0.93 0.30 0.19
HSL 319.38º 0.87% 0.43% -
HSV(B) 319.38º 0.93% 0.81% -
XYZ 30.64 15.45 27.75 -
YUV 86.23 160.61 213.43 -
System Red Green Blue C M Y K H S L
Decimal 206 14 144 0 0.93 0.30 0.19 319.38 0.87 0.43
Hex CE E 90 0 5D 1E 13 13F 57 2B
Octal 316 16 220 0 135 36 23 477 127 53
Binary 11001110 1110 10010000 0 1011101 11110 10011 100111111 1010111 101011

Color Harmonies of #CE0E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0E90

Black with #CE0E90

Text Example


Text Example

White with #CE0E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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