Html Css Color HEX #CE1D83 Medium Violet Red

📋 copy color: '#CE1D83'

red 206 ◦ green 29 ◦ blue 131

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

Shades of Medium Violet Red #CE1D83

Tints of Medium Violet Red #CE1D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.79%

R = 56.28%
G = 7.92%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CE1D83 (or 0xCE1D83) is known color: Medium Violet Red. HEX triplet: CE, 1D and 83. RGB value is (206,29,131). Sum of RGB (Red+Green+Blue) = 206+29+131=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1D83 is #31E27C. Grayscale: #5D5D5D. Windows color (decimal): -3269245 or 8592846. OLE color: 8592846.

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

Color convert

RGB 206 29 131 -
CMYK 0 0.86 0.36 0.19
HSL 325.42º 0.75% 0.46% -
HSV(B) 325.42º 0.86% 0.81% -
XYZ 29.99 15.64 22.91 -
YUV 93.55 149.14 208.21 -
System Red Green Blue C M Y K H S L
Decimal 206 29 131 0 0.86 0.36 0.19 325.42 0.75 0.46
Hex CE 1D 83 0 56 24 13 145 4B 2E
Octal 316 35 203 0 126 44 23 505 113 56
Binary 11001110 11101 10000011 0 1010110 100100 10011 101000101 1001011 101110

Color Harmonies of #CE1D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1D83

Black with #CE1D83

Text Example


Text Example

White with #CE1D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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