Html Css Color HEX #CE0E8D Medium Violet Red

📋 copy color: '#CE0E8D'

red 206 ◦ green 14 ◦ blue 141

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

Shades of Medium Violet Red #CE0E8D

Tints of Medium Violet Red #CE0E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.06%

R = 57.06%
G = 3.88%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE0E8D (or 0xCE0E8D) is known color: Medium Violet Red. HEX triplet: CE, 0E and 8D. RGB value is (206,14,141). Sum of RGB (Red+Green+Blue) = 206+14+141=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0E8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0E8D is #31F172. Grayscale: #555555. Windows color (decimal): -3273075 or 9244366. OLE color: 9244366.

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

Color convert

RGB 206 14 141 -
CMYK 0 0.93 0.32 0.19
HSL 320.31º 0.87% 0.43% -
HSV(B) 320.31º 0.93% 0.81% -
XYZ 30.42 15.36 26.56 -
YUV 85.89 159.11 213.67 -
System Red Green Blue C M Y K H S L
Decimal 206 14 141 0 0.93 0.32 0.19 320.31 0.87 0.43
Hex CE E 8D 0 5D 20 13 140 57 2B
Octal 316 16 215 0 135 40 23 500 127 53
Binary 11001110 1110 10001101 0 1011101 100000 10011 101000000 1010111 101011

Color Harmonies of #CE0E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0E8D

Black with #CE0E8D

Text Example


Text Example

White with #CE0E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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