Html Css Color HEX #CE28A0 Medium Violet Red

📋 copy color: '#CE28A0'

red 206 ◦ green 40 ◦ blue 160

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

Shades of Medium Violet Red #CE28A0

Tints of Medium Violet Red #CE28A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 39.41%

R = 50.74%
G = 9.85%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE28A0 (or 0xCE28A0) is known color: Medium Violet Red. HEX triplet: CE, 28 and A0. RGB value is (206,40,160). Sum of RGB (Red+Green+Blue) = 206+40+160=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE28A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE28A0 is #31D75F. Grayscale: #676767. Windows color (decimal): -3266400 or 10496206. OLE color: 10496206.

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

Color convert

RGB 206 40 160 -
CMYK 0 0.81 0.22 0.19
HSL 316.63º 0.67% 0.48% -
HSV(B) 316.63º 0.81% 0.81% -
XYZ 32.56 17.18 34.86 -
YUV 103.31 160 201.24 -
System Red Green Blue C M Y K H S L
Decimal 206 40 160 0 0.81 0.22 0.19 316.63 0.67 0.48
Hex CE 28 A0 0 51 16 13 13D 43 30
Octal 316 50 240 0 121 26 23 475 103 60
Binary 11001110 101000 10100000 0 1010001 10110 10011 100111101 1000011 110000

Color Harmonies of #CE28A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE28A0

Black with #CE28A0

Text Example


Text Example

White with #CE28A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE28A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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