Html Css Color HEX #CE21AE Medium Violet Red

📋 copy color: '#CE21AE'

red 206 ◦ green 33 ◦ blue 174

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

Shades of Medium Violet Red #CE21AE

Tints of Medium Violet Red #CE21AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.13%

R = 49.88%
G = 7.99%
B = 42.13%

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

#CE21AE (or 0xCE21AE) is known color: Medium Violet Red. HEX triplet: CE, 21 and AE. RGB value is (206,33,174). Sum of RGB (Red+Green+Blue) = 206+33+174=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 33 (13.28% from 255 or 7.99% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE21AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE21AE is #31DE51. Grayscale: #646464. Windows color (decimal): -3268178 or 11411918. OLE color: 11411918.

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

Color convert

RGB 206 33 174 -
CMYK 0 0.84 0.16 0.19
HSL 311.1º 0.72% 0.47% -
HSV(B) 311.1º 0.84% 0.81% -
XYZ 33.64 17.27 41.6 -
YUV 100.8 169.31 203.04 -
System Red Green Blue C M Y K H S L
Decimal 206 33 174 0 0.84 0.16 0.19 311.1 0.72 0.47
Hex CE 21 AE 0 54 10 13 137 48 2F
Octal 316 41 256 0 124 20 23 467 110 57
Binary 11001110 100001 10101110 0 1010100 10000 10011 100110111 1001000 101111

Color Harmonies of #CE21AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE21AE

Black with #CE21AE

Text Example


Text Example

White with #CE21AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE21AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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