Html Css Color HEX #CE1D81 Medium Violet Red

📋 copy color: '#CE1D81'

red 206 ◦ green 29 ◦ blue 129

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

Shades of Medium Violet Red #CE1D81

Tints of Medium Violet Red #CE1D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.44%

R = 56.59%
G = 7.97%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE1D81 (or 0xCE1D81) is known color: Medium Violet Red. HEX triplet: CE, 1D and 81. RGB value is (206,29,129). Sum of RGB (Red+Green+Blue) = 206+29+129=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 29 (11.72% from 255 or 7.97% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1D81 is #31E27E. Grayscale: #5D5D5D. Windows color (decimal): -3269247 or 8461774. OLE color: 8461774.

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

Color convert

RGB 206 29 129 -
CMYK 0 0.86 0.37 0.19
HSL 326.1º 0.75% 0.46% -
HSV(B) 326.1º 0.86% 0.81% -
XYZ 29.86 15.59 22.2 -
YUV 93.32 148.14 208.37 -
System Red Green Blue C M Y K H S L
Decimal 206 29 129 0 0.86 0.37 0.19 326.1 0.75 0.46
Hex CE 1D 81 0 56 25 13 146 4B 2E
Octal 316 35 201 0 126 45 23 506 113 56
Binary 11001110 11101 10000001 0 1010110 100101 10011 101000110 1001011 101110

Color Harmonies of #CE1D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1D81

Black with #CE1D81

Text Example


Text Example

White with #CE1D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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