Html Css Color HEX #C505A2 Medium Violet Red

📋 copy color: '#C505A2'

red 197 ◦ green 5 ◦ blue 162

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

Shades of Medium Violet Red #C505A2

Tints of Medium Violet Red #C505A2

RGB

 RED value IS 197 (77.34% from 255) = 54.12%

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

 BLUE value IS 162 (63.67% from 255) = 44.51%

R = 54.12%
G = 1.37%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C505A2 (or 0xC505A2) is known color: Medium Violet Red. HEX triplet: C5, 05 and A2. RGB value is (197,5,162). Sum of RGB (Red+Green+Blue) = 197+5+162=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 5 (2.34% from 255 or 1.37% from 364); Blue value is 162 (63.67% from 255 or 44.51% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C505A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C505A2 is #3AFA5D. Grayscale: #4F4F4F. Windows color (decimal): -3865182 or 10618309. OLE color: 10618309.

HSL color Cylindrical-coordinate representation of color #C505A2: hue angle of 310.94º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C505A2 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 5 162 -
CMYK 0 0.97 0.18 0.23
HSL 310.94º 0.95% 0.4% -
HSV(B) 310.94º 0.97% 0.77% -
XYZ 29.6 14.59 35.44 -
YUV 80.31 174.11 211.23 -
System Red Green Blue C M Y K H S L
Decimal 197 5 162 0 0.97 0.18 0.23 310.94 0.95 0.4
Hex C5 5 A2 0 61 12 17 137 5F 28
Octal 305 5 242 0 141 22 27 467 137 50
Binary 11000101 101 10100010 0 1100001 10010 10111 100110111 1011111 101000

Color Harmonies of #C505A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C505A2

Black with #C505A2

Text Example


Text Example

White with #C505A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C505A2; }

 p { color: rgb(197,5,162); }

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

background-color css

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

 a { background-color: rgb(197,5,162); }

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

border-color css

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

 span { border-color: rgb(197,5,162); }

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