Html Css Color HEX #CE1E8D Medium Violet Red

📋 copy color: '#CE1E8D'

red 206 ◦ green 30 ◦ blue 141

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

Shades of Medium Violet Red #CE1E8D

Tints of Medium Violet Red #CE1E8D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.96%

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

R = 54.64%
G = 7.96%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE1E8D (or 0xCE1E8D) is known color: Medium Violet Red. HEX triplet: CE, 1E and 8D. RGB value is (206,30,141). Sum of RGB (Red+Green+Blue) = 206+30+141=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 30 (12.11% from 255 or 7.96% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1E8D is #31E172. Grayscale: #5F5F5F. Windows color (decimal): -3268979 or 9248462. OLE color: 9248462.

HSL color Cylindrical-coordinate representation of color #CE1E8D: hue angle of 322.16º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1E8D is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 30 141 -
CMYK 0 0.85 0.32 0.19
HSL 322.16º 0.75% 0.46% -
HSV(B) 322.16º 0.85% 0.81% -
XYZ 30.73 15.97 26.66 -
YUV 95.28 153.81 206.97 -
System Red Green Blue C M Y K H S L
Decimal 206 30 141 0 0.85 0.32 0.19 322.16 0.75 0.46
Hex CE 1E 8D 0 55 20 13 142 4B 2E
Octal 316 36 215 0 125 40 23 502 113 56
Binary 11001110 11110 10001101 0 1010101 100000 10011 101000010 1001011 101110

Color Harmonies of #CE1E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1E8D

Black with #CE1E8D

Text Example


Text Example

White with #CE1E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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