Html Css Color HEX #C80A75 Medium Violet Red

📋 copy color: '#C80A75'

red 200 ◦ green 10 ◦ blue 117

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

Shades of Medium Violet Red #C80A75

Tints of Medium Violet Red #C80A75

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.06%

 BLUE value IS 117 (46.09% from 255) = 35.78%

R = 61.16%
G = 3.06%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C80A75 (or 0xC80A75) is known color: Medium Violet Red. HEX triplet: C8, 0A and 75. RGB value is (200,10,117). Sum of RGB (Red+Green+Blue) = 200+10+117=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 10 (4.30% from 255 or 3.06% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80A75 is #37F58A. Grayscale: #4E4E4E. Windows color (decimal): -3667339 or 7670472. OLE color: 7670472.

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

Color convert

RGB 200 10 117 -
CMYK 0 0.95 0.42 0.22
HSL 326.21º 0.9% 0.41% -
HSV(B) 326.21º 0.95% 0.78% -
XYZ 27.14 13.78 18.06 -
YUV 79.01 149.45 214.3 -
System Red Green Blue C M Y K H S L
Decimal 200 10 117 0 0.95 0.42 0.22 326.21 0.9 0.41
Hex C8 A 75 0 5F 2A 16 146 5A 29
Octal 310 12 165 0 137 52 26 506 132 51
Binary 11001000 1010 1110101 0 1011111 101010 10110 101000110 1011010 101001

Color Harmonies of #C80A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80A75

Black with #C80A75

Text Example


Text Example

White with #C80A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80A75; }

 p { color: rgb(200,10,117); }

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

background-color css

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

 a { background-color: rgb(200,10,117); }

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

border-color css

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

 span { border-color: rgb(200,10,117); }

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