Html Css Color HEX #CE28AA Medium Violet Red

📋 copy color: '#CE28AA'

red 206 ◦ green 40 ◦ blue 170

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

Shades of Medium Violet Red #CE28AA

Tints of Medium Violet Red #CE28AA

RGB

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

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

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

R = 49.52%
G = 9.62%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE28AA (or 0xCE28AA) is known color: Medium Violet Red. HEX triplet: CE, 28 and AA. RGB value is (206,40,170). Sum of RGB (Red+Green+Blue) = 206+40+170=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE28AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE28AA is #31D755. Grayscale: #686868. Windows color (decimal): -3266390 or 11151566. OLE color: 11151566.

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

Color convert

RGB 206 40 170 -
CMYK 0 0.81 0.17 0.19
HSL 313.01º 0.67% 0.48% -
HSV(B) 313.01º 0.81% 0.81% -
XYZ 33.47 17.54 39.65 -
YUV 104.45 165 200.43 -
System Red Green Blue C M Y K H S L
Decimal 206 40 170 0 0.81 0.17 0.19 313.01 0.67 0.48
Hex CE 28 AA 0 51 11 13 139 43 30
Octal 316 50 252 0 121 21 23 471 103 60
Binary 11001110 101000 10101010 0 1010001 10001 10011 100111001 1000011 110000

Color Harmonies of #CE28AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE28AA

Black with #CE28AA

Text Example


Text Example

White with #CE28AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE28AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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