Html Css Color HEX #CE1573 Medium Violet Red

📋 copy color: '#CE1573'

red 206 ◦ green 21 ◦ blue 115

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

Shades of Medium Violet Red #CE1573

Tints of Medium Violet Red #CE1573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.63%

R = 60.23%
G = 6.14%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE1573 (or 0xCE1573) is known color: Medium Violet Red. HEX triplet: CE, 15 and 73. RGB value is (206,21,115). Sum of RGB (Red+Green+Blue) = 206+21+115=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1573 is #31EA8C. Grayscale: #565656. Windows color (decimal): -3271309 or 7542222. OLE color: 7542222.

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

Color convert

RGB 206 21 115 -
CMYK 0 0.90 0.44 0.19
HSL 329.51º 0.81% 0.45% -
HSV(B) 329.51º 0.9% 0.81% -
XYZ 28.82 14.9 17.58 -
YUV 87.03 143.79 212.86 -
System Red Green Blue C M Y K H S L
Decimal 206 21 115 0 0.90 0.44 0.19 329.51 0.81 0.45
Hex CE 15 73 0 5A 2C 13 14A 51 2D
Octal 316 25 163 0 132 54 23 512 121 55
Binary 11001110 10101 1110011 0 1011010 101100 10011 101001010 1010001 101101

Color Harmonies of #CE1573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1573

Black with #CE1573

Text Example


Text Example

White with #CE1573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1573; }

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

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

background-color css

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

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

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

border-color css

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

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

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