Html Css Color HEX #CE1D8A Medium Violet Red

📋 copy color: '#CE1D8A'

red 206 ◦ green 29 ◦ blue 138

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

Shades of Medium Violet Red #CE1D8A

Tints of Medium Violet Red #CE1D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37%

R = 55.23%
G = 7.77%
B = 37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE1D8A (or 0xCE1D8A) is known color: Medium Violet Red. HEX triplet: CE, 1D and 8A. RGB value is (206,29,138). Sum of RGB (Red+Green+Blue) = 206+29+138=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1D8A is #31E275. Grayscale: #5E5E5E. Windows color (decimal): -3269238 or 9051598. OLE color: 9051598.

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

Color convert

RGB 206 29 138 -
CMYK 0 0.86 0.33 0.19
HSL 323.05º 0.75% 0.46% -
HSV(B) 323.05º 0.86% 0.81% -
XYZ 30.48 15.84 25.49 -
YUV 94.35 152.64 207.64 -
System Red Green Blue C M Y K H S L
Decimal 206 29 138 0 0.86 0.33 0.19 323.05 0.75 0.46
Hex CE 1D 8A 0 56 21 13 143 4B 2E
Octal 316 35 212 0 126 41 23 503 113 56
Binary 11001110 11101 10001010 0 1010110 100001 10011 101000011 1001011 101110

Color Harmonies of #CE1D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1D8A

Black with #CE1D8A

Text Example


Text Example

White with #CE1D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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