Html Css Color HEX #CE0E77 Medium Violet Red

📋 copy color: '#CE0E77'

red 206 ◦ green 14 ◦ blue 119

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

Shades of Medium Violet Red #CE0E77

Tints of Medium Violet Red #CE0E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.1%

R = 60.77%
G = 4.13%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE0E77 (or 0xCE0E77) is known color: Medium Violet Red. HEX triplet: CE, 0E and 77. RGB value is (206,14,119). Sum of RGB (Red+Green+Blue) = 206+14+119=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0E77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0E77 is #31F188. Grayscale: #535353. Windows color (decimal): -3273097 or 7802574. OLE color: 7802574.

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

Color convert

RGB 206 14 119 -
CMYK 0 0.93 0.42 0.19
HSL 327.19º 0.87% 0.43% -
HSV(B) 327.19º 0.93% 0.81% -
XYZ 28.94 14.77 18.78 -
YUV 83.38 148.11 215.46 -
System Red Green Blue C M Y K H S L
Decimal 206 14 119 0 0.93 0.42 0.19 327.19 0.87 0.43
Hex CE E 77 0 5D 2A 13 147 57 2B
Octal 316 16 167 0 135 52 23 507 127 53
Binary 11001110 1110 1110111 0 1011101 101010 10011 101000111 1010111 101011

Color Harmonies of #CE0E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0E77

Black with #CE0E77

Text Example


Text Example

White with #CE0E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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