Html Css Color HEX #CE1076 Medium Violet Red

📋 copy color: '#CE1076'

red 206 ◦ green 16 ◦ blue 118

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

Shades of Medium Violet Red #CE1076

Tints of Medium Violet Red #CE1076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.71%

 BLUE value IS 118 (46.48% from 255) = 34.71%

R = 60.59%
G = 4.71%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE1076 (or 0xCE1076) is known color: Medium Violet Red. HEX triplet: CE, 10 and 76. RGB value is (206,16,118). Sum of RGB (Red+Green+Blue) = 206+16+118=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1076 is #31EF89. Grayscale: #545454. Windows color (decimal): -3272586 or 7737550. OLE color: 7737550.

HSL color Cylindrical-coordinate representation of color #CE1076: hue angle of 327.79º degrees, saturation: 0.86, 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 #CE1076 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 16 118 -
CMYK 0 0.92 0.43 0.19
HSL 327.79º 0.86% 0.44% -
HSV(B) 327.79º 0.92% 0.81% -
XYZ 28.91 14.8 18.47 -
YUV 84.44 146.95 214.71 -
System Red Green Blue C M Y K H S L
Decimal 206 16 118 0 0.92 0.43 0.19 327.79 0.86 0.44
Hex CE 10 76 0 5C 2B 13 148 56 2C
Octal 316 20 166 0 134 53 23 510 126 54
Binary 11001110 10000 1110110 0 1011100 101011 10011 101001000 1010110 101100

Color Harmonies of #CE1076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1076

Black with #CE1076

Text Example


Text Example

White with #CE1076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1076; }

 p { color: rgb(206,16,118); }

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

background-color css

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

 a { background-color: rgb(206,16,118); }

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

border-color css

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

 span { border-color: rgb(206,16,118); }

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