Html Css Color HEX #CE1F78 Medium Violet Red

📋 copy color: '#CE1F78'

red 206 ◦ green 31 ◦ blue 120

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

Shades of Medium Violet Red #CE1F78

Tints of Medium Violet Red #CE1F78

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.68%

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

R = 57.7%
G = 8.68%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE1F78 (or 0xCE1F78) is known color: Medium Violet Red. HEX triplet: CE, 1F and 78. RGB value is (206,31,120). Sum of RGB (Red+Green+Blue) = 206+31+120=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1F78 is #31E087. Grayscale: #5D5D5D. Windows color (decimal): -3268744 or 7872462. OLE color: 7872462.

HSL color Cylindrical-coordinate representation of color #CE1F78: hue angle of 329.49º degrees, saturation: 0.74, 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 #CE1F78 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 31 120 -
CMYK 0 0.85 0.42 0.19
HSL 329.49º 0.74% 0.46% -
HSV(B) 329.49º 0.85% 0.81% -
XYZ 29.33 15.46 19.21 -
YUV 93.47 142.98 208.26 -
System Red Green Blue C M Y K H S L
Decimal 206 31 120 0 0.85 0.42 0.19 329.49 0.74 0.46
Hex CE 1F 78 0 55 2A 13 149 4A 2E
Octal 316 37 170 0 125 52 23 511 112 56
Binary 11001110 11111 1111000 0 1010101 101010 10011 101001001 1001010 101110

Color Harmonies of #CE1F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1F78

Black with #CE1F78

Text Example


Text Example

White with #CE1F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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