Html Css Color HEX #CE20AD Medium Violet Red

📋 copy color: '#CE20AD'

red 206 ◦ green 32 ◦ blue 173

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

Shades of Medium Violet Red #CE20AD

Tints of Medium Violet Red #CE20AD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.79%

 BLUE value IS 173 (67.97% from 255) = 42.09%

R = 50.12%
G = 7.79%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE20AD (or 0xCE20AD) is known color: Medium Violet Red. HEX triplet: CE, 20 and AD. RGB value is (206,32,173). Sum of RGB (Red+Green+Blue) = 206+32+173=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE20AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE20AD is #31DF52. Grayscale: #636363. Windows color (decimal): -3268435 or 11346126. OLE color: 11346126.

HSL color Cylindrical-coordinate representation of color #CE20AD: hue angle of 311.38º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE20AD is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 32 173 -
CMYK 0 0.84 0.16 0.19
HSL 311.38º 0.73% 0.47% -
HSV(B) 311.38º 0.84% 0.81% -
XYZ 33.51 17.17 41.08 -
YUV 100.1 169.15 203.54 -
System Red Green Blue C M Y K H S L
Decimal 206 32 173 0 0.84 0.16 0.19 311.38 0.73 0.47
Hex CE 20 AD 0 54 10 13 137 49 2F
Octal 316 40 255 0 124 20 23 467 111 57
Binary 11001110 100000 10101101 0 1010100 10000 10011 100110111 1001001 101111

Color Harmonies of #CE20AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE20AD

Black with #CE20AD

Text Example


Text Example

White with #CE20AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE20AD; }

 p { color: rgb(206,32,173); }

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

background-color css

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

 a { background-color: rgb(206,32,173); }

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

border-color css

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

 span { border-color: rgb(206,32,173); }

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