Html Css Color HEX #C80C75 Medium Violet Red

📋 copy color: '#C80C75'

red 200 ◦ green 12 ◦ blue 117

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

Shades of Medium Violet Red #C80C75

Tints of Medium Violet Red #C80C75

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.65%

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

R = 60.79%
G = 3.65%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C80C75 (or 0xC80C75) is known color: Medium Violet Red. HEX triplet: C8, 0C and 75. RGB value is (200,12,117). Sum of RGB (Red+Green+Blue) = 200+12+117=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80C75 is #37F38A. Grayscale: #4F4F4F. Windows color (decimal): -3666827 or 7670984. OLE color: 7670984.

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

Color convert

RGB 200 12 117 -
CMYK 0 0.94 0.42 0.22
HSL 326.49º 0.89% 0.42% -
HSV(B) 326.49º 0.94% 0.78% -
XYZ 27.16 13.83 18.07 -
YUV 80.18 148.78 213.46 -
System Red Green Blue C M Y K H S L
Decimal 200 12 117 0 0.94 0.42 0.22 326.49 0.89 0.42
Hex C8 C 75 0 5E 2A 16 146 59 2A
Octal 310 14 165 0 136 52 26 506 131 52
Binary 11001000 1100 1110101 0 1011110 101010 10110 101000110 1011001 101010

Color Harmonies of #C80C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80C75

Black with #C80C75

Text Example


Text Example

White with #C80C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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