Html Css Color HEX #CE29AA Medium Violet Red

📋 copy color: '#CE29AA'

red 206 ◦ green 41 ◦ blue 170

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

Shades of Medium Violet Red #CE29AA

Tints of Medium Violet Red #CE29AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.77%

R = 49.4%
G = 9.83%
B = 40.77%

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

#CE29AA (or 0xCE29AA) is known color: Medium Violet Red. HEX triplet: CE, 29 and AA. RGB value is (206,41,170). Sum of RGB (Red+Green+Blue) = 206+41+170=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE29AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE29AA is #31D655. Grayscale: #686868. Windows color (decimal): -3266134 or 11151822. OLE color: 11151822.

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

Color convert

RGB 206 41 170 -
CMYK 0 0.80 0.17 0.19
HSL 313.09º 0.67% 0.48% -
HSV(B) 313.09º 0.8% 0.81% -
XYZ 33.5 17.61 39.66 -
YUV 105.04 164.66 200.01 -
System Red Green Blue C M Y K H S L
Decimal 206 41 170 0 0.80 0.17 0.19 313.09 0.67 0.48
Hex CE 29 AA 0 50 11 13 139 43 30
Octal 316 51 252 0 120 21 23 471 103 60
Binary 11001110 101001 10101010 0 1010000 10001 10011 100111001 1000011 110000

Color Harmonies of #CE29AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE29AA

Black with #CE29AA

Text Example


Text Example

White with #CE29AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE29AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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