Html Css Color HEX #CE1077 Medium Violet Red

📋 copy color: '#CE1077'

red 206 ◦ green 16 ◦ blue 119

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

Shades of Medium Violet Red #CE1077

Tints of Medium Violet Red #CE1077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.9%

R = 60.41%
G = 4.69%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE1077 (or 0xCE1077) is known color: Medium Violet Red. HEX triplet: CE, 10 and 77. RGB value is (206,16,119). Sum of RGB (Red+Green+Blue) = 206+16+119=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1077 is #31EF88. Grayscale: #545454. Windows color (decimal): -3272585 or 7803086. OLE color: 7803086.

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

Color convert

RGB 206 16 119 -
CMYK 0 0.92 0.42 0.19
HSL 327.47º 0.86% 0.44% -
HSV(B) 327.47º 0.92% 0.81% -
XYZ 28.97 14.82 18.79 -
YUV 84.55 147.45 214.62 -
System Red Green Blue C M Y K H S L
Decimal 206 16 119 0 0.92 0.42 0.19 327.47 0.86 0.44
Hex CE 10 77 0 5C 2A 13 147 56 2C
Octal 316 20 167 0 134 52 23 507 126 54
Binary 11001110 10000 1110111 0 1011100 101010 10011 101000111 1010110 101100

Color Harmonies of #CE1077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1077

Black with #CE1077

Text Example


Text Example

White with #CE1077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1077; }

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

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

background-color css

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

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

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

border-color css

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

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

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