Html Css Color HEX #CE0980 Medium Violet Red

📋 copy color: '#CE0980'

red 206 ◦ green 9 ◦ blue 128

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

Shades of Medium Violet Red #CE0980

Tints of Medium Violet Red #CE0980

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.62%

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

R = 60.06%
G = 2.62%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE0980 (or 0xCE0980) is known color: Medium Violet Red. HEX triplet: CE, 09 and 80. RGB value is (206,9,128). Sum of RGB (Red+Green+Blue) = 206+9+128=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0980 is #31F67F. Grayscale: #515151. Windows color (decimal): -3274368 or 8391118. OLE color: 8391118.

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

Color convert

RGB 206 9 128 -
CMYK 0 0.96 0.38 0.19
HSL 323.76º 0.92% 0.42% -
HSV(B) 323.76º 0.96% 0.81% -
XYZ 29.45 14.88 21.74 -
YUV 81.47 154.27 216.82 -
System Red Green Blue C M Y K H S L
Decimal 206 9 128 0 0.96 0.38 0.19 323.76 0.92 0.42
Hex CE 9 80 0 60 26 13 144 5C 2A
Octal 316 11 200 0 140 46 23 504 134 52
Binary 11001110 1001 10000000 0 1100000 100110 10011 101000100 1011100 101010

Color Harmonies of #CE0980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0980

Black with #CE0980

Text Example


Text Example

White with #CE0980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0980; }

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

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

background-color css

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

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

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

border-color css

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

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

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