Html Css Color HEX #CE28A8 Medium Violet Red

📋 copy color: '#CE28A8'

red 206 ◦ green 40 ◦ blue 168

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

Shades of Medium Violet Red #CE28A8

Tints of Medium Violet Red #CE28A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.58%

R = 49.76%
G = 9.66%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CE28A8 (or 0xCE28A8) is known color: Medium Violet Red. HEX triplet: CE, 28 and A8. RGB value is (206,40,168). Sum of RGB (Red+Green+Blue) = 206+40+168=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE28A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE28A8 is #31D757. Grayscale: #676767. Windows color (decimal): -3266392 or 11020494. OLE color: 11020494.

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

Color convert

RGB 206 40 168 -
CMYK 0 0.81 0.18 0.19
HSL 313.73º 0.67% 0.48% -
HSV(B) 313.73º 0.81% 0.81% -
XYZ 33.28 17.47 38.66 -
YUV 104.23 164 200.59 -
System Red Green Blue C M Y K H S L
Decimal 206 40 168 0 0.81 0.18 0.19 313.73 0.67 0.48
Hex CE 28 A8 0 51 12 13 13A 43 30
Octal 316 50 250 0 121 22 23 472 103 60
Binary 11001110 101000 10101000 0 1010001 10010 10011 100111010 1000011 110000

Color Harmonies of #CE28A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE28A8

Black with #CE28A8

Text Example


Text Example

White with #CE28A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE28A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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