Html Css Color HEX #CE1071 Medium Violet Red

📋 copy color: '#CE1071'

red 206 ◦ green 16 ◦ blue 113

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

Shades of Medium Violet Red #CE1071

Tints of Medium Violet Red #CE1071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.73%

R = 61.49%
G = 4.78%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE1071 (or 0xCE1071) is known color: Medium Violet Red. HEX triplet: CE, 10 and 71. RGB value is (206,16,113). Sum of RGB (Red+Green+Blue) = 206+16+113=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1071 is #31EF8E. Grayscale: #535353. Windows color (decimal): -3272591 or 7409870. OLE color: 7409870.

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

Color convert

RGB 206 16 113 -
CMYK 0 0.92 0.45 0.19
HSL 329.37º 0.86% 0.44% -
HSV(B) 329.37º 0.92% 0.81% -
XYZ 28.62 14.68 16.95 -
YUV 83.87 144.45 215.11 -
System Red Green Blue C M Y K H S L
Decimal 206 16 113 0 0.92 0.45 0.19 329.37 0.86 0.44
Hex CE 10 71 0 5C 2D 13 149 56 2C
Octal 316 20 161 0 134 55 23 511 126 54
Binary 11001110 10000 1110001 0 1011100 101101 10011 101001001 1010110 101100

Color Harmonies of #CE1071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1071

Black with #CE1071

Text Example


Text Example

White with #CE1071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1071; }

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

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

background-color css

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

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

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

border-color css

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

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

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