Html Css Color HEX #CE21AD Medium Violet Red

📋 copy color: '#CE21AD'

red 206 ◦ green 33 ◦ blue 173

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

Shades of Medium Violet Red #CE21AD

Tints of Medium Violet Red #CE21AD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.01%

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

R = 50%
G = 8.01%
B = 41.99%

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

#CE21AD (or 0xCE21AD) is known color: Medium Violet Red. HEX triplet: CE, 21 and AD. RGB value is (206,33,173). Sum of RGB (Red+Green+Blue) = 206+33+173=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 33 (13.28% from 255 or 8.01% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE21AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE21AD is #31DE52. Grayscale: #646464. Windows color (decimal): -3268179 or 11346382. OLE color: 11346382.

HSL color Cylindrical-coordinate representation of color #CE21AD: hue angle of 311.45º degrees, saturation: 0.72, 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 #CE21AD is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 33 173 -
CMYK 0 0.84 0.16 0.19
HSL 311.45º 0.72% 0.47% -
HSV(B) 311.45º 0.84% 0.81% -
XYZ 33.54 17.23 41.09 -
YUV 100.69 168.81 203.12 -
System Red Green Blue C M Y K H S L
Decimal 206 33 173 0 0.84 0.16 0.19 311.45 0.72 0.47
Hex CE 21 AD 0 54 10 13 137 48 2F
Octal 316 41 255 0 124 20 23 467 110 57
Binary 11001110 100001 10101101 0 1010100 10000 10011 100110111 1001000 101111

Color Harmonies of #CE21AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE21AD

Black with #CE21AD

Text Example


Text Example

White with #CE21AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE21AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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