Html Css Color HEX #CE1479 Medium Violet Red

📋 copy color: '#CE1479'

red 206 ◦ green 20 ◦ blue 121

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

Shades of Medium Violet Red #CE1479

Tints of Medium Violet Red #CE1479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.76%

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

R = 59.37%
G = 5.76%
B = 34.87%

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

#CE1479 (or 0xCE1479) is known color: Medium Violet Red. HEX triplet: CE, 14 and 79. RGB value is (206,20,121). Sum of RGB (Red+Green+Blue) = 206+20+121=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1479 is #31EB86. Grayscale: #565656. Windows color (decimal): -3271559 or 7935182. OLE color: 7935182.

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

Color convert

RGB 206 20 121 -
CMYK 0 0.90 0.41 0.19
HSL 327.42º 0.82% 0.44% -
HSV(B) 327.42º 0.9% 0.81% -
XYZ 29.15 15 19.45 -
YUV 87.13 147.12 212.79 -
System Red Green Blue C M Y K H S L
Decimal 206 20 121 0 0.90 0.41 0.19 327.42 0.82 0.44
Hex CE 14 79 0 5A 29 13 147 52 2C
Octal 316 24 171 0 132 51 23 507 122 54
Binary 11001110 10100 1111001 0 1011010 101001 10011 101000111 1010010 101100

Color Harmonies of #CE1479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1479

Black with #CE1479

Text Example


Text Example

White with #CE1479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1479; }

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

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

background-color css

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

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

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

border-color css

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

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

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