Html Css Color HEX #CE1079 Medium Violet Red

📋 copy color: '#CE1079'

red 206 ◦ green 16 ◦ blue 121

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

Shades of Medium Violet Red #CE1079

Tints of Medium Violet Red #CE1079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.28%

R = 60.06%
G = 4.66%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE1079 (or 0xCE1079) is known color: Medium Violet Red. HEX triplet: CE, 10 and 79. RGB value is (206,16,121). Sum of RGB (Red+Green+Blue) = 206+16+121=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1079 is #31EF86. Grayscale: #545454. Windows color (decimal): -3272583 or 7934158. OLE color: 7934158.

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

Color convert

RGB 206 16 121 -
CMYK 0 0.92 0.41 0.19
HSL 326.84º 0.86% 0.44% -
HSV(B) 326.84º 0.92% 0.81% -
XYZ 29.09 14.87 19.43 -
YUV 84.78 148.45 214.46 -
System Red Green Blue C M Y K H S L
Decimal 206 16 121 0 0.92 0.41 0.19 326.84 0.86 0.44
Hex CE 10 79 0 5C 29 13 147 56 2C
Octal 316 20 171 0 134 51 23 507 126 54
Binary 11001110 10000 1111001 0 1011100 101001 10011 101000111 1010110 101100

Color Harmonies of #CE1079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1079

Black with #CE1079

Text Example


Text Example

White with #CE1079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1079; }

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

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

background-color css

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

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

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

border-color css

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

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

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