Html Css Color HEX #C005A5 Medium Violet Red

📋 copy color: '#C005A5'

red 192 ◦ green 5 ◦ blue 165

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

Shades of Medium Violet Red #C005A5

Tints of Medium Violet Red #C005A5

RGB

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

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

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

R = 53.04%
G = 1.38%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C005A5 (or 0xC005A5) is known color: Medium Violet Red. HEX triplet: C0, 05 and A5. RGB value is (192,5,165). Sum of RGB (Red+Green+Blue) = 192+5+165=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 165 (64.84% from 255 or 45.58% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C005A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C005A5 is #3FFA5A. Grayscale: #4E4E4E. Windows color (decimal): -4192859 or 10814912. OLE color: 10814912.

HSL color Cylindrical-coordinate representation of color #C005A5: hue angle of 308.66º 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 #C005A5 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 5 165 -
CMYK 0 0.97 0.14 0.25
HSL 308.66º 0.95% 0.39% -
HSV(B) 308.66º 0.97% 0.75% -
XYZ 28.58 14.03 36.8 -
YUV 79.15 176.45 208.49 -
System Red Green Blue C M Y K H S L
Decimal 192 5 165 0 0.97 0.14 0.25 308.66 0.95 0.39
Hex C0 5 A5 0 61 E 19 135 5F 27
Octal 300 5 245 0 141 16 31 465 137 47
Binary 11000000 101 10100101 0 1100001 1110 11001 100110101 1011111 100111

Color Harmonies of #C005A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C005A5

Black with #C005A5

Text Example


Text Example

White with #C005A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C005A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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