Html Css Color HEX #CE28AD Medium Violet Red

📋 copy color: '#CE28AD'

red 206 ◦ green 40 ◦ blue 173

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

Shades of Medium Violet Red #CE28AD

Tints of Medium Violet Red #CE28AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.55%

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

R = 49.16%
G = 9.55%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE28AD (or 0xCE28AD) is known color: Medium Violet Red. HEX triplet: CE, 28 and AD. RGB value is (206,40,173). Sum of RGB (Red+Green+Blue) = 206+40+173=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE28AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE28AD is #31D752. Grayscale: #686868. Windows color (decimal): -3266387 or 11348174. OLE color: 11348174.

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

Color convert

RGB 206 40 173 -
CMYK 0 0.81 0.16 0.19
HSL 311.93º 0.67% 0.48% -
HSV(B) 311.93º 0.81% 0.81% -
XYZ 33.76 17.66 41.16 -
YUV 104.8 166.5 200.19 -
System Red Green Blue C M Y K H S L
Decimal 206 40 173 0 0.81 0.16 0.19 311.93 0.67 0.48
Hex CE 28 AD 0 51 10 13 138 43 30
Octal 316 50 255 0 121 20 23 470 103 60
Binary 11001110 101000 10101101 0 1010001 10000 10011 100111000 1000011 110000

Color Harmonies of #CE28AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE28AD

Black with #CE28AD

Text Example


Text Example

White with #CE28AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE28AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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