Html Css Color HEX #C80CA5 Medium Violet Red

📋 copy color: '#C80CA5'

red 200 ◦ green 12 ◦ blue 165

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

Shades of Medium Violet Red #C80CA5

Tints of Medium Violet Red #C80CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.77%

R = 53.05%
G = 3.18%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C80CA5 (or 0xC80CA5) is known color: Medium Violet Red. HEX triplet: C8, 0C and A5. RGB value is (200,12,165). Sum of RGB (Red+Green+Blue) = 200+12+165=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 165 (64.84% from 255 or 43.77% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C80CA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80CA5 is #37F35A. Grayscale: #555555. Windows color (decimal): -3666779 or 10816712. OLE color: 10816712.

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

Color convert

RGB 200 12 165 -
CMYK 0 0.94 0.18 0.22
HSL 311.17º 0.89% 0.42% -
HSV(B) 311.17º 0.94% 0.78% -
XYZ 30.74 15.26 36.92 -
YUV 85.65 172.78 209.56 -
System Red Green Blue C M Y K H S L
Decimal 200 12 165 0 0.94 0.18 0.22 311.17 0.89 0.42
Hex C8 C A5 0 5E 12 16 137 59 2A
Octal 310 14 245 0 136 22 26 467 131 52
Binary 11001000 1100 10100101 0 1011110 10010 10110 100110111 1011001 101010

Color Harmonies of #C80CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80CA5

Black with #C80CA5

Text Example


Text Example

White with #C80CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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