Html Css Color HEX #C005A0 Medium Violet Red

📋 copy color: '#C005A0'

red 192 ◦ green 5 ◦ blue 160

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

Shades of Medium Violet Red #C005A0

Tints of Medium Violet Red #C005A0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.4%

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

R = 53.78%
G = 1.4%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C005A0 (or 0xC005A0) is known color: Medium Violet Red. HEX triplet: C0, 05 and A0. RGB value is (192,5,160). Sum of RGB (Red+Green+Blue) = 192+5+160=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C005A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C005A0 is #3FFA5F. Grayscale: #4E4E4E. Windows color (decimal): -4192864 or 10487232. OLE color: 10487232.

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

Color convert

RGB 192 5 160 -
CMYK 0 0.97 0.17 0.25
HSL 310.27º 0.95% 0.39% -
HSV(B) 310.27º 0.97% 0.75% -
XYZ 28.14 13.85 34.45 -
YUV 78.58 173.95 208.9 -
System Red Green Blue C M Y K H S L
Decimal 192 5 160 0 0.97 0.17 0.25 310.27 0.95 0.39
Hex C0 5 A0 0 61 11 19 136 5F 27
Octal 300 5 240 0 141 21 31 466 137 47
Binary 11000000 101 10100000 0 1100001 10001 11001 100110110 1011111 100111

Color Harmonies of #C005A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C005A0

Black with #C005A0

Text Example


Text Example

White with #C005A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C005A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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