Html Css Color HEX #CE1174 Medium Violet Red

📋 copy color: '#CE1174'

red 206 ◦ green 17 ◦ blue 116

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

Shades of Medium Violet Red #CE1174

Tints of Medium Violet Red #CE1174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.22%

R = 60.77%
G = 5.01%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE1174 (or 0xCE1174) is known color: Medium Violet Red. HEX triplet: CE, 11 and 74. RGB value is (206,17,116). Sum of RGB (Red+Green+Blue) = 206+17+116=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1174 is #31EE8B. Grayscale: #545454. Windows color (decimal): -3272332 or 7606734. OLE color: 7606734.

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

Color convert

RGB 206 17 116 -
CMYK 0 0.92 0.44 0.19
HSL 328.57º 0.85% 0.44% -
HSV(B) 328.57º 0.92% 0.81% -
XYZ 28.81 14.78 17.86 -
YUV 84.8 145.62 214.45 -
System Red Green Blue C M Y K H S L
Decimal 206 17 116 0 0.92 0.44 0.19 328.57 0.85 0.44
Hex CE 11 74 0 5C 2C 13 149 55 2C
Octal 316 21 164 0 134 54 23 511 125 54
Binary 11001110 10001 1110100 0 1011100 101100 10011 101001001 1010101 101100

Color Harmonies of #CE1174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1174

Black with #CE1174

Text Example


Text Example

White with #CE1174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1174; }

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

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

background-color css

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

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

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

border-color css

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

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

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