Html Css Color HEX #CE29AD Medium Violet Red

📋 copy color: '#CE29AD'

red 206 ◦ green 41 ◦ blue 173

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

Shades of Medium Violet Red #CE29AD

Tints of Medium Violet Red #CE29AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.19%

R = 49.05%
G = 9.76%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE29AD (or 0xCE29AD) is known color: Medium Violet Red. HEX triplet: CE, 29 and AD. RGB value is (206,41,173). Sum of RGB (Red+Green+Blue) = 206+41+173=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE29AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE29AD is #31D652. Grayscale: #696969. Windows color (decimal): -3266131 or 11348430. OLE color: 11348430.

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

Color convert

RGB 206 41 173 -
CMYK 0 0.80 0.16 0.19
HSL 312º 0.67% 0.48% -
HSV(B) 312º 0.8% 0.81% -
XYZ 33.79 17.72 41.18 -
YUV 105.38 166.16 199.77 -
System Red Green Blue C M Y K H S L
Decimal 206 41 173 0 0.80 0.16 0.19 312 0.67 0.48
Hex CE 29 AD 0 50 10 13 138 43 30
Octal 316 51 255 0 120 20 23 470 103 60
Binary 11001110 101001 10101101 0 1010000 10000 10011 100111000 1000011 110000

Color Harmonies of #CE29AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE29AD

Black with #CE29AD

Text Example


Text Example

White with #CE29AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE29AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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