Html Css Color HEX #CE1D8E Medium Violet Red

📋 copy color: '#CE1D8E'

red 206 ◦ green 29 ◦ blue 142

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

Shades of Medium Violet Red #CE1D8E

Tints of Medium Violet Red #CE1D8E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.69%

 BLUE value IS 142 (55.86% from 255) = 37.67%

R = 54.64%
G = 7.69%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE1D8E (or 0xCE1D8E) is known color: Medium Violet Red. HEX triplet: CE, 1D and 8E. RGB value is (206,29,142). Sum of RGB (Red+Green+Blue) = 206+29+142=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 29 (11.72% from 255 or 7.69% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1D8E is #31E271. Grayscale: #5E5E5E. Windows color (decimal): -3269234 or 9313742. OLE color: 9313742.

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

Color convert

RGB 206 29 142 -
CMYK 0 0.86 0.31 0.19
HSL 321.69º 0.75% 0.46% -
HSV(B) 321.69º 0.86% 0.81% -
XYZ 30.78 15.95 27.05 -
YUV 94.81 154.64 207.31 -
System Red Green Blue C M Y K H S L
Decimal 206 29 142 0 0.86 0.31 0.19 321.69 0.75 0.46
Hex CE 1D 8E 0 56 1F 13 142 4B 2E
Octal 316 35 216 0 126 37 23 502 113 56
Binary 11001110 11101 10001110 0 1010110 11111 10011 101000010 1001011 101110

Color Harmonies of #CE1D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1D8E

Black with #CE1D8E

Text Example


Text Example

White with #CE1D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1D8E; }

 p { color: rgb(206,29,142); }

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

background-color css

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

 a { background-color: rgb(206,29,142); }

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

border-color css

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

 span { border-color: rgb(206,29,142); }

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