Html Css Color HEX #CE29AC Medium Violet Red

📋 copy color: '#CE29AC'

red 206 ◦ green 41 ◦ blue 172

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

Shades of Medium Violet Red #CE29AC

Tints of Medium Violet Red #CE29AC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.79%

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

R = 49.16%
G = 9.79%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE29AC (or 0xCE29AC) is known color: Medium Violet Red. HEX triplet: CE, 29 and AC. RGB value is (206,41,172). Sum of RGB (Red+Green+Blue) = 206+41+172=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 41 (16.41% from 255 or 9.79% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE29AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE29AC is #31D653. Grayscale: #686868. Windows color (decimal): -3266132 or 11282894. OLE color: 11282894.

HSL color Cylindrical-coordinate representation of color #CE29AC: hue angle of 312.36º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE29AC is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 41 172 -
CMYK 0 0.80 0.17 0.19
HSL 312.36º 0.67% 0.48% -
HSV(B) 312.36º 0.8% 0.81% -
XYZ 33.69 17.69 40.67 -
YUV 105.27 165.66 199.85 -
System Red Green Blue C M Y K H S L
Decimal 206 41 172 0 0.80 0.17 0.19 312.36 0.67 0.48
Hex CE 29 AC 0 50 11 13 138 43 30
Octal 316 51 254 0 120 21 23 470 103 60
Binary 11001110 101001 10101100 0 1010000 10001 10011 100111000 1000011 110000

Color Harmonies of #CE29AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE29AC

Black with #CE29AC

Text Example


Text Example

White with #CE29AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE29AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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