Html Css Color HEX #CE0E8F Medium Violet Red

📋 copy color: '#CE0E8F'

red 206 ◦ green 14 ◦ blue 143

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

Shades of Medium Violet Red #CE0E8F

Tints of Medium Violet Red #CE0E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.39%

R = 56.75%
G = 3.86%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE0E8F (or 0xCE0E8F) is known color: Medium Violet Red. HEX triplet: CE, 0E and 8F. RGB value is (206,14,143). Sum of RGB (Red+Green+Blue) = 206+14+143=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0E8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0E8F is #31F170. Grayscale: #555555. Windows color (decimal): -3273073 or 9375438. OLE color: 9375438.

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

Color convert

RGB 206 14 143 -
CMYK 0 0.93 0.31 0.19
HSL 319.69º 0.87% 0.43% -
HSV(B) 319.69º 0.93% 0.81% -
XYZ 30.57 15.42 27.35 -
YUV 86.11 160.11 213.51 -
System Red Green Blue C M Y K H S L
Decimal 206 14 143 0 0.93 0.31 0.19 319.69 0.87 0.43
Hex CE E 8F 0 5D 1F 13 140 57 2B
Octal 316 16 217 0 135 37 23 500 127 53
Binary 11001110 1110 10001111 0 1011101 11111 10011 101000000 1010111 101011

Color Harmonies of #CE0E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0E8F

Black with #CE0E8F

Text Example


Text Example

White with #CE0E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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