Html Css Color HEX #CE21A8 Medium Violet Red

📋 copy color: '#CE21A8'

red 206 ◦ green 33 ◦ blue 168

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

Shades of Medium Violet Red #CE21A8

Tints of Medium Violet Red #CE21A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.28%

R = 50.61%
G = 8.11%
B = 41.28%

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

#CE21A8 (or 0xCE21A8) is known color: Medium Violet Red. HEX triplet: CE, 21 and A8. RGB value is (206,33,168). Sum of RGB (Red+Green+Blue) = 206+33+168=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 33 (13.28% from 255 or 8.11% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE21A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE21A8 is #31DE57. Grayscale: #636363. Windows color (decimal): -3268184 or 11018702. OLE color: 11018702.

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

Color convert

RGB 206 33 168 -
CMYK 0 0.84 0.18 0.19
HSL 313.18º 0.72% 0.47% -
HSV(B) 313.18º 0.84% 0.81% -
XYZ 33.07 17.04 38.59 -
YUV 100.12 166.31 203.52 -
System Red Green Blue C M Y K H S L
Decimal 206 33 168 0 0.84 0.18 0.19 313.18 0.72 0.47
Hex CE 21 A8 0 54 12 13 139 48 2F
Octal 316 41 250 0 124 22 23 471 110 57
Binary 11001110 100001 10101000 0 1010100 10010 10011 100111001 1001000 101111

Color Harmonies of #CE21A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE21A8

Black with #CE21A8

Text Example


Text Example

White with #CE21A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE21A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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