Html Css Color HEX #C80174 Medium Violet Red

📋 copy color: '#C80174'

red 200 ◦ green 1 ◦ blue 116

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

Shades of Medium Violet Red #C80174

Tints of Medium Violet Red #C80174

RGB

 RED value IS 200 (78.52% from 255) = 63.09%

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 116 (45.7% from 255) = 36.59%

R = 63.09%
G = 0.32%
B = 36.59%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C80174 (or 0xC80174) is known color: Medium Violet Red. HEX triplet: C8, 01 and 74. RGB value is (200,1,116). Sum of RGB (Red+Green+Blue) = 200+1+116=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C80174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80174 is #37FE8B. Grayscale: #494949. Windows color (decimal): -3669644 or 7602632. OLE color: 7602632.

HSL color Cylindrical-coordinate representation of color #C80174: hue angle of 325.33º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80174 is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 1 116 -
CMYK 0 1.00 0.42 0.22
HSL 325.33º 0.99% 0.39% -
HSV(B) 325.33º 1% 0.78% -
XYZ 26.98 13.56 17.72 -
YUV 73.61 151.93 218.15 -
System Red Green Blue C M Y K H S L
Decimal 200 1 116 0 1.00 0.42 0.22 325.33 0.99 0.39
Hex C8 1 74 0 64 2A 16 145 63 27
Octal 310 1 164 0 144 52 26 505 143 47
Binary 11001000 1 1110100 0 1100100 101010 10110 101000101 1100011 100111

Color Harmonies of #C80174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80174

Black with #C80174

Text Example


Text Example

White with #C80174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80174; }

 p { color: rgb(200,1,116); }

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

background-color css

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

 a { background-color: rgb(200,1,116); }

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

border-color css

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

 span { border-color: rgb(200,1,116); }

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