Html Css Color HEX #CE20AC Medium Violet Red

📋 copy color: '#CE20AC'

red 206 ◦ green 32 ◦ blue 172

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

Shades of Medium Violet Red #CE20AC

Tints of Medium Violet Red #CE20AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.95%

R = 50.24%
G = 7.8%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE20AC (or 0xCE20AC) is known color: Medium Violet Red. HEX triplet: CE, 20 and AC. RGB value is (206,32,172). Sum of RGB (Red+Green+Blue) = 206+32+172=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE20AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE20AC is #31DF53. Grayscale: #636363. Windows color (decimal): -3268436 or 11280590. OLE color: 11280590.

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

Color convert

RGB 206 32 172 -
CMYK 0 0.84 0.17 0.19
HSL 311.72º 0.73% 0.47% -
HSV(B) 311.72º 0.84% 0.81% -
XYZ 33.42 17.13 40.58 -
YUV 99.99 168.65 203.62 -
System Red Green Blue C M Y K H S L
Decimal 206 32 172 0 0.84 0.17 0.19 311.72 0.73 0.47
Hex CE 20 AC 0 54 11 13 138 49 2F
Octal 316 40 254 0 124 21 23 470 111 57
Binary 11001110 100000 10101100 0 1010100 10001 10011 100111000 1001001 101111

Color Harmonies of #CE20AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE20AC

Black with #CE20AC

Text Example


Text Example

White with #CE20AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE20AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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