Html Css Color HEX #CE1180 Medium Violet Red

📋 copy color: '#CE1180'

red 206 ◦ green 17 ◦ blue 128

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

Shades of Medium Violet Red #CE1180

Tints of Medium Violet Red #CE1180

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.84%

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

R = 58.69%
G = 4.84%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE1180 (or 0xCE1180) is known color: Medium Violet Red. HEX triplet: CE, 11 and 80. RGB value is (206,17,128). Sum of RGB (Red+Green+Blue) = 206+17+128=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1180 is #31EE7F. Grayscale: #555555. Windows color (decimal): -3272320 or 8393166. OLE color: 8393166.

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

Color convert

RGB 206 17 128 -
CMYK 0 0.92 0.38 0.19
HSL 324.76º 0.85% 0.44% -
HSV(B) 324.76º 0.92% 0.81% -
XYZ 29.55 15.08 21.78 -
YUV 86.17 151.62 213.47 -
System Red Green Blue C M Y K H S L
Decimal 206 17 128 0 0.92 0.38 0.19 324.76 0.85 0.44
Hex CE 11 80 0 5C 26 13 145 55 2C
Octal 316 21 200 0 134 46 23 505 125 54
Binary 11001110 10001 10000000 0 1011100 100110 10011 101000101 1010101 101100

Color Harmonies of #CE1180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1180

Black with #CE1180

Text Example


Text Example

White with #CE1180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1180; }

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

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

background-color css

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

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

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

border-color css

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

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

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