Html Css Color HEX #CE1571 Medium Violet Red

📋 copy color: '#CE1571'

red 206 ◦ green 21 ◦ blue 113

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

Shades of Medium Violet Red #CE1571

Tints of Medium Violet Red #CE1571

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.18%

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

R = 60.59%
G = 6.18%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE1571 (or 0xCE1571) is known color: Medium Violet Red. HEX triplet: CE, 15 and 71. RGB value is (206,21,113). Sum of RGB (Red+Green+Blue) = 206+21+113=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1571 is #31EA8E. Grayscale: #565656. Windows color (decimal): -3271311 or 7411150. OLE color: 7411150.

HSL color Cylindrical-coordinate representation of color #CE1571: hue angle of 330.16º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1571 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 21 113 -
CMYK 0 0.90 0.45 0.19
HSL 330.16º 0.81% 0.45% -
HSV(B) 330.16º 0.9% 0.81% -
XYZ 28.7 14.85 16.98 -
YUV 86.8 142.79 213.02 -
System Red Green Blue C M Y K H S L
Decimal 206 21 113 0 0.90 0.45 0.19 330.16 0.81 0.45
Hex CE 15 71 0 5A 2D 13 14A 51 2D
Octal 316 25 161 0 132 55 23 512 121 55
Binary 11001110 10101 1110001 0 1011010 101101 10011 101001010 1010001 101101

Color Harmonies of #CE1571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1571

Black with #CE1571

Text Example


Text Example

White with #CE1571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1571; }

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

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

background-color css

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

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

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

border-color css

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

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

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