Html Css Color HEX #C000A0 Medium Violet Red

📋 copy color: '#C000A0'

red 192 ◦ green 0 ◦ blue 160

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

Shades of Medium Violet Red #C000A0

Tints of Medium Violet Red #C000A0

RGB

 RED value IS 192 (75.39% from 255) = 54.55%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 160 (62.89% from 255) = 45.45%

R = 54.55%
G = 0%
B = 45.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C000A0 (or 0xC000A0) is known color: Medium Violet Red. HEX triplet: C0, 00 and A0. RGB value is (192,0,160). Sum of RGB (Red+Green+Blue) = 192+0+160=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C000A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C000A0 is #3FFF5F. Grayscale: #4B4B4B. Windows color (decimal): -4194144 or 10485952. OLE color: 10485952.

HSL color Cylindrical-coordinate representation of color #C000A0: hue angle of 310º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C000A0 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 0 160 -
CMYK 0 1 0.17 0.25
HSL 310º 1% 0.38% -
HSV(B) 310º 1% 0.75% -
XYZ 28.08 13.74 34.43 -
YUV 75.65 175.61 210.99 -
System Red Green Blue C M Y K H S L
Decimal 192 0 160 0 1 0.17 0.25 310 1 0.38
Hex C0 0 A0 0 64 11 19 136 64 26
Octal 300 0 240 0 144 21 31 466 144 46
Binary 11000000 0 10100000 0 1100100 10001 11001 100110110 1100100 100110

Color Harmonies of #C000A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C000A0

Black with #C000A0

Text Example


Text Example

White with #C000A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C000A0; }

 p { color: rgb(192,0,160); }

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

background-color css

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

 a { background-color: rgb(192,0,160); }

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

border-color css

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

 span { border-color: rgb(192,0,160); }

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