Html Css Color HEX #CE1579 Medium Violet Red

📋 copy color: '#CE1579'

red 206 ◦ green 21 ◦ blue 121

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

Shades of Medium Violet Red #CE1579

Tints of Medium Violet Red #CE1579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.77%

R = 59.2%
G = 6.03%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE1579 (or 0xCE1579) is known color: Medium Violet Red. HEX triplet: CE, 15 and 79. RGB value is (206,21,121). Sum of RGB (Red+Green+Blue) = 206+21+121=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1579 is #31EA86. Grayscale: #575757. Windows color (decimal): -3271303 or 7935438. OLE color: 7935438.

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

Color convert

RGB 206 21 121 -
CMYK 0 0.90 0.41 0.19
HSL 327.57º 0.81% 0.45% -
HSV(B) 327.57º 0.9% 0.81% -
XYZ 29.17 15.04 19.45 -
YUV 87.72 146.79 212.37 -
System Red Green Blue C M Y K H S L
Decimal 206 21 121 0 0.90 0.41 0.19 327.57 0.81 0.45
Hex CE 15 79 0 5A 29 13 148 51 2D
Octal 316 25 171 0 132 51 23 510 121 55
Binary 11001110 10101 1111001 0 1011010 101001 10011 101001000 1010001 101101

Color Harmonies of #CE1579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1579

Black with #CE1579

Text Example


Text Example

White with #CE1579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1579; }

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

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

background-color css

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

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

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

border-color css

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

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

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