Html Css Color HEX #CE28A5 Medium Violet Red

📋 copy color: '#CE28A5'

red 206 ◦ green 40 ◦ blue 165

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

Shades of Medium Violet Red #CE28A5

Tints of Medium Violet Red #CE28A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.15%

R = 50.12%
G = 9.73%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CE28A5 (or 0xCE28A5) is known color: Medium Violet Red. HEX triplet: CE, 28 and A5. RGB value is (206,40,165). Sum of RGB (Red+Green+Blue) = 206+40+165=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE28A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE28A5 is #31D75A. Grayscale: #676767. Windows color (decimal): -3266395 or 10823886. OLE color: 10823886.

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

Color convert

RGB 206 40 165 -
CMYK 0 0.81 0.20 0.19
HSL 314.82º 0.67% 0.48% -
HSV(B) 314.82º 0.81% 0.81% -
XYZ 33 17.36 37.21 -
YUV 103.88 162.5 200.84 -
System Red Green Blue C M Y K H S L
Decimal 206 40 165 0 0.81 0.20 0.19 314.82 0.67 0.48
Hex CE 28 A5 0 51 14 13 13B 43 30
Octal 316 50 245 0 121 24 23 473 103 60
Binary 11001110 101000 10100101 0 1010001 10100 10011 100111011 1000011 110000

Color Harmonies of #CE28A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE28A5

Black with #CE28A5

Text Example


Text Example

White with #CE28A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE28A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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