Html Css Color HEX #CE2080 Medium Violet Red

📋 copy color: '#CE2080'

red 206 ◦ green 32 ◦ blue 128

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

Shades of Medium Violet Red #CE2080

Tints of Medium Violet Red #CE2080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.74%

 BLUE value IS 128 (50.39% from 255) = 34.97%

R = 56.28%
G = 8.74%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE2080 (or 0xCE2080) is known color: Medium Violet Red. HEX triplet: CE, 20 and 80. RGB value is (206,32,128). Sum of RGB (Red+Green+Blue) = 206+32+128=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2080 is #31DF7F. Grayscale: #5E5E5E. Windows color (decimal): -3268480 or 8397006. OLE color: 8397006.

HSL color Cylindrical-coordinate representation of color #CE2080: hue angle of 326.9º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2080 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 32 128 -
CMYK 0 0.84 0.38 0.19
HSL 326.9º 0.73% 0.47% -
HSV(B) 326.9º 0.84% 0.81% -
XYZ 29.87 15.71 21.88 -
YUV 94.97 146.65 207.19 -
System Red Green Blue C M Y K H S L
Decimal 206 32 128 0 0.84 0.38 0.19 326.9 0.73 0.47
Hex CE 20 80 0 54 26 13 147 49 2F
Octal 316 40 200 0 124 46 23 507 111 57
Binary 11001110 100000 10000000 0 1010100 100110 10011 101000111 1001001 101111

Color Harmonies of #CE2080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2080

Black with #CE2080

Text Example


Text Example

White with #CE2080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2080; }

 p { color: rgb(206,32,128); }

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

background-color css

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

 a { background-color: rgb(206,32,128); }

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

border-color css

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

 span { border-color: rgb(206,32,128); }

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