Html Css Color HEX #CE0E8B Medium Violet Red

📋 copy color: '#CE0E8B'

red 206 ◦ green 14 ◦ blue 139

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

Shades of Medium Violet Red #CE0E8B

Tints of Medium Violet Red #CE0E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.72%

R = 57.38%
G = 3.9%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE0E8B (or 0xCE0E8B) is known color: Medium Violet Red. HEX triplet: CE, 0E and 8B. RGB value is (206,14,139). Sum of RGB (Red+Green+Blue) = 206+14+139=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 14 (5.86% from 255 or 3.90% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0E8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0E8B is #31F174. Grayscale: #555555. Windows color (decimal): -3273077 or 9113294. OLE color: 9113294.

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

Color convert

RGB 206 14 139 -
CMYK 0 0.93 0.33 0.19
HSL 320.94º 0.87% 0.43% -
HSV(B) 320.94º 0.93% 0.81% -
XYZ 30.27 15.3 25.78 -
YUV 85.66 158.11 213.84 -
System Red Green Blue C M Y K H S L
Decimal 206 14 139 0 0.93 0.33 0.19 320.94 0.87 0.43
Hex CE E 8B 0 5D 21 13 141 57 2B
Octal 316 16 213 0 135 41 23 501 127 53
Binary 11001110 1110 10001011 0 1011101 100001 10011 101000001 1010111 101011

Color Harmonies of #CE0E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0E8B

Black with #CE0E8B

Text Example


Text Example

White with #CE0E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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