Html Css Color HEX #C80A8A Medium Violet Red

📋 copy color: '#C80A8A'

red 200 ◦ green 10 ◦ blue 138

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

Shades of Medium Violet Red #C80A8A

Tints of Medium Violet Red #C80A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.66%

R = 57.47%
G = 2.87%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C80A8A (or 0xC80A8A) is known color: Medium Violet Red. HEX triplet: C8, 0A and 8A. RGB value is (200,10,138). Sum of RGB (Red+Green+Blue) = 200+10+138=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80A8A is #37F575. Grayscale: #515151. Windows color (decimal): -3667318 or 9046728. OLE color: 9046728.

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

Color convert

RGB 200 10 138 -
CMYK 0 0.95 0.31 0.22
HSL 319.58º 0.9% 0.41% -
HSV(B) 319.58º 0.95% 0.78% -
XYZ 28.52 14.33 25.31 -
YUV 81.4 159.95 212.59 -
System Red Green Blue C M Y K H S L
Decimal 200 10 138 0 0.95 0.31 0.22 319.58 0.9 0.41
Hex C8 A 8A 0 5F 1F 16 140 5A 29
Octal 310 12 212 0 137 37 26 500 132 51
Binary 11001000 1010 10001010 0 1011111 11111 10110 101000000 1011010 101001

Color Harmonies of #C80A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80A8A

Black with #C80A8A

Text Example


Text Example

White with #C80A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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