Html Css Color HEX #CE21AC Medium Violet Red

📋 copy color: '#CE21AC'

red 206 ◦ green 33 ◦ blue 172

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

Shades of Medium Violet Red #CE21AC

Tints of Medium Violet Red #CE21AC

RGB

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

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

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

R = 50.12%
G = 8.03%
B = 41.85%

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

#CE21AC (or 0xCE21AC) is known color: Medium Violet Red. HEX triplet: CE, 21 and AC. RGB value is (206,33,172). Sum of RGB (Red+Green+Blue) = 206+33+172=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE21AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE21AC is #31DE53. Grayscale: #646464. Windows color (decimal): -3268180 or 11280846. OLE color: 11280846.

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

Color convert

RGB 206 33 172 -
CMYK 0 0.84 0.17 0.19
HSL 311.79º 0.72% 0.47% -
HSV(B) 311.79º 0.84% 0.81% -
XYZ 33.44 17.19 40.58 -
YUV 100.57 168.31 203.2 -
System Red Green Blue C M Y K H S L
Decimal 206 33 172 0 0.84 0.17 0.19 311.79 0.72 0.47
Hex CE 21 AC 0 54 11 13 138 48 2F
Octal 316 41 254 0 124 21 23 470 110 57
Binary 11001110 100001 10101100 0 1010100 10001 10011 100111000 1001000 101111

Color Harmonies of #CE21AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE21AC

Black with #CE21AC

Text Example


Text Example

White with #CE21AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE21AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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