Html Css Color HEX #C80CA7 Medium Violet Red

📋 copy color: '#C80CA7'

red 200 ◦ green 12 ◦ blue 167

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

Shades of Medium Violet Red #C80CA7

Tints of Medium Violet Red #C80CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 44.06%

R = 52.77%
G = 3.17%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C80CA7 (or 0xC80CA7) is known color: Medium Violet Red. HEX triplet: C8, 0C and A7. RGB value is (200,12,167). Sum of RGB (Red+Green+Blue) = 200+12+167=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C80CA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80CA7 is #37F358. Grayscale: #555555. Windows color (decimal): -3666777 or 10947784. OLE color: 10947784.

HSL color Cylindrical-coordinate representation of color #C80CA7: hue angle of 310.53º 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 #C80CA7 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 12 167 -
CMYK 0 0.94 0.16 0.22
HSL 310.53º 0.89% 0.42% -
HSV(B) 310.53º 0.94% 0.78% -
XYZ 30.93 15.33 37.89 -
YUV 85.88 173.78 209.4 -
System Red Green Blue C M Y K H S L
Decimal 200 12 167 0 0.94 0.16 0.22 310.53 0.89 0.42
Hex C8 C A7 0 5E 10 16 137 59 2A
Octal 310 14 247 0 136 20 26 467 131 52
Binary 11001000 1100 10100111 0 1011110 10000 10110 100110111 1011001 101010

Color Harmonies of #C80CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80CA7

Black with #C80CA7

Text Example


Text Example

White with #C80CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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