Html Css Color HEX #CE20A8 Medium Violet Red

📋 copy color: '#CE20A8'

red 206 ◦ green 32 ◦ blue 168

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

Shades of Medium Violet Red #CE20A8

Tints of Medium Violet Red #CE20A8

RGB

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

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

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

R = 50.74%
G = 7.88%
B = 41.38%

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

#CE20A8 (or 0xCE20A8) is known color: Medium Violet Red. HEX triplet: CE, 20 and A8. RGB value is (206,32,168). Sum of RGB (Red+Green+Blue) = 206+32+168=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE20A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE20A8 is #31DF57. Grayscale: #636363. Windows color (decimal): -3268440 or 11018446. OLE color: 11018446.

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

Color convert

RGB 206 32 168 -
CMYK 0 0.84 0.18 0.19
HSL 313.1º 0.73% 0.47% -
HSV(B) 313.1º 0.84% 0.81% -
XYZ 33.04 16.98 38.58 -
YUV 99.53 166.65 203.94 -
System Red Green Blue C M Y K H S L
Decimal 206 32 168 0 0.84 0.18 0.19 313.1 0.73 0.47
Hex CE 20 A8 0 54 12 13 139 49 2F
Octal 316 40 250 0 124 22 23 471 111 57
Binary 11001110 100000 10101000 0 1010100 10010 10011 100111001 1001001 101111

Color Harmonies of #CE20A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE20A8

Black with #CE20A8

Text Example


Text Example

White with #CE20A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE20A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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