Html Css Color HEX #CE1978 Medium Violet Red

📋 copy color: '#CE1978'

red 206 ◦ green 25 ◦ blue 120

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

Shades of Medium Violet Red #CE1978

Tints of Medium Violet Red #CE1978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.12%

 BLUE value IS 120 (47.27% from 255) = 34.19%

R = 58.69%
G = 7.12%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE1978 (or 0xCE1978) is known color: Medium Violet Red. HEX triplet: CE, 19 and 78. RGB value is (206,25,120). Sum of RGB (Red+Green+Blue) = 206+25+120=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1978 is #31E687. Grayscale: #595959. Windows color (decimal): -3270280 or 7870926. OLE color: 7870926.

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

Color convert

RGB 206 25 120 -
CMYK 0 0.88 0.42 0.19
HSL 328.51º 0.78% 0.45% -
HSV(B) 328.51º 0.88% 0.81% -
XYZ 29.19 15.17 19.16 -
YUV 89.95 144.97 210.78 -
System Red Green Blue C M Y K H S L
Decimal 206 25 120 0 0.88 0.42 0.19 328.51 0.78 0.45
Hex CE 19 78 0 58 2A 13 149 4E 2D
Octal 316 31 170 0 130 52 23 511 116 55
Binary 11001110 11001 1111000 0 1011000 101010 10011 101001001 1001110 101101

Color Harmonies of #CE1978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1978

Black with #CE1978

Text Example


Text Example

White with #CE1978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1978; }

 p { color: rgb(206,25,120); }

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

background-color css

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

 a { background-color: rgb(206,25,120); }

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

border-color css

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

 span { border-color: rgb(206,25,120); }

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