Html Css Color HEX #CE21A9 Medium Violet Red

📋 copy color: '#CE21A9'

red 206 ◦ green 33 ◦ blue 169

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

Shades of Medium Violet Red #CE21A9

Tints of Medium Violet Red #CE21A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 41.42%

R = 50.49%
G = 8.09%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CE21A9 (or 0xCE21A9) is known color: Medium Violet Red. HEX triplet: CE, 21 and A9. RGB value is (206,33,169). Sum of RGB (Red+Green+Blue) = 206+33+169=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 33 (13.28% from 255 or 8.09% from 408); Blue value is 169 (66.41% from 255 or 41.42% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE21A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE21A9 is #31DE56. Grayscale: #636363. Windows color (decimal): -3268183 or 11084238. OLE color: 11084238.

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

Color convert

RGB 206 33 169 -
CMYK 0 0.84 0.18 0.19
HSL 312.83º 0.72% 0.47% -
HSV(B) 312.83º 0.84% 0.81% -
XYZ 33.16 17.07 39.08 -
YUV 100.23 166.81 203.44 -
System Red Green Blue C M Y K H S L
Decimal 206 33 169 0 0.84 0.18 0.19 312.83 0.72 0.47
Hex CE 21 A9 0 54 12 13 139 48 2F
Octal 316 41 251 0 124 22 23 471 110 57
Binary 11001110 100001 10101001 0 1010100 10010 10011 100111001 1001000 101111

Color Harmonies of #CE21A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE21A9

Black with #CE21A9

Text Example


Text Example

White with #CE21A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE21A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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