Html Css Color HEX #C80A90 Medium Violet Red

📋 copy color: '#C80A90'

red 200 ◦ green 10 ◦ blue 144

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

Shades of Medium Violet Red #C80A90

Tints of Medium Violet Red #C80A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.68%

R = 56.5%
G = 2.82%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C80A90 (or 0xC80A90) is known color: Medium Violet Red. HEX triplet: C8, 0A and 90. RGB value is (200,10,144). Sum of RGB (Red+Green+Blue) = 200+10+144=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80A90 is #37F56F. Grayscale: #515151. Windows color (decimal): -3667312 or 9439944. OLE color: 9439944.

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

Color convert

RGB 200 10 144 -
CMYK 0 0.95 0.28 0.22
HSL 317.68º 0.9% 0.41% -
HSV(B) 317.68º 0.95% 0.78% -
XYZ 28.96 14.51 27.66 -
YUV 82.09 162.95 212.1 -
System Red Green Blue C M Y K H S L
Decimal 200 10 144 0 0.95 0.28 0.22 317.68 0.9 0.41
Hex C8 A 90 0 5F 1C 16 13E 5A 29
Octal 310 12 220 0 137 34 26 476 132 51
Binary 11001000 1010 10010000 0 1011111 11100 10110 100111110 1011010 101001

Color Harmonies of #C80A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80A90

Black with #C80A90

Text Example


Text Example

White with #C80A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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