Html Css Color HEX #CE20A7 Medium Violet Red

📋 copy color: '#CE20A7'

red 206 ◦ green 32 ◦ blue 167

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

Shades of Medium Violet Red #CE20A7

Tints of Medium Violet Red #CE20A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.23%

R = 50.86%
G = 7.9%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CE20A7 (or 0xCE20A7) is known color: Medium Violet Red. HEX triplet: CE, 20 and A7. RGB value is (206,32,167). Sum of RGB (Red+Green+Blue) = 206+32+167=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 167 (65.62% from 255 or 41.23% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE20A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE20A7 is #31DF58. Grayscale: #636363. Windows color (decimal): -3268441 or 10952910. OLE color: 10952910.

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

Color convert

RGB 206 32 167 -
CMYK 0 0.84 0.19 0.19
HSL 313.45º 0.73% 0.47% -
HSV(B) 313.45º 0.84% 0.81% -
XYZ 32.95 16.94 38.09 -
YUV 99.42 166.15 204.02 -
System Red Green Blue C M Y K H S L
Decimal 206 32 167 0 0.84 0.19 0.19 313.45 0.73 0.47
Hex CE 20 A7 0 54 13 13 139 49 2F
Octal 316 40 247 0 124 23 23 471 111 57
Binary 11001110 100000 10100111 0 1010100 10011 10011 100111001 1001001 101111

Color Harmonies of #CE20A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE20A7

Black with #CE20A7

Text Example


Text Example

White with #CE20A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE20A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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