Html Css Color HEX #C80F74 Medium Violet Red

📋 copy color: '#C80F74'

red 200 ◦ green 15 ◦ blue 116

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

Shades of Medium Violet Red #C80F74

Tints of Medium Violet Red #C80F74

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.53%

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

R = 60.42%
G = 4.53%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C80F74 (or 0xC80F74) is known color: Medium Violet Red. HEX triplet: C8, 0F and 74. RGB value is (200,15,116). Sum of RGB (Red+Green+Blue) = 200+15+116=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C80F74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80F74 is #37F08B. Grayscale: #515151. Windows color (decimal): -3666060 or 7606216. OLE color: 7606216.

HSL color Cylindrical-coordinate representation of color #C80F74: hue angle of 327.24º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80F74 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 15 116 -
CMYK 0 0.92 0.42 0.22
HSL 327.24º 0.86% 0.42% -
HSV(B) 327.24º 0.93% 0.78% -
XYZ 27.14 13.88 17.77 -
YUV 81.83 147.29 212.29 -
System Red Green Blue C M Y K H S L
Decimal 200 15 116 0 0.92 0.42 0.22 327.24 0.86 0.42
Hex C8 F 74 0 5C 2A 16 147 56 2A
Octal 310 17 164 0 134 52 26 507 126 52
Binary 11001000 1111 1110100 0 1011100 101010 10110 101000111 1010110 101010

Color Harmonies of #C80F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80F74

Black with #C80F74

Text Example


Text Example

White with #C80F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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