Html Css Color HEX #CE1E71 Medium Violet Red

📋 copy color: '#CE1E71'

red 206 ◦ green 30 ◦ blue 113

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

Shades of Medium Violet Red #CE1E71

Tints of Medium Violet Red #CE1E71

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.6%

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

R = 59.03%
G = 8.6%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE1E71 (or 0xCE1E71) is known color: Medium Violet Red. HEX triplet: CE, 1E and 71. RGB value is (206,30,113). Sum of RGB (Red+Green+Blue) = 206+30+113=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1E71 is #31E18E. Grayscale: #5B5B5B. Windows color (decimal): -3269007 or 7413454. OLE color: 7413454.

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

Color convert

RGB 206 30 113 -
CMYK 0 0.85 0.45 0.19
HSL 331.7º 0.75% 0.46% -
HSV(B) 331.7º 0.85% 0.81% -
XYZ 28.9 15.24 17.04 -
YUV 92.09 139.81 209.25 -
System Red Green Blue C M Y K H S L
Decimal 206 30 113 0 0.85 0.45 0.19 331.7 0.75 0.46
Hex CE 1E 71 0 55 2D 13 14C 4B 2E
Octal 316 36 161 0 125 55 23 514 113 56
Binary 11001110 11110 1110001 0 1010101 101101 10011 101001100 1001011 101110

Color Harmonies of #CE1E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1E71

Black with #CE1E71

Text Example


Text Example

White with #CE1E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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