Html Css Color HEX #C501A2 Medium Violet Red

📋 copy color: '#C501A2'

red 197 ◦ green 1 ◦ blue 162

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

Shades of Medium Violet Red #C501A2

Tints of Medium Violet Red #C501A2

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 54.72%
G = 0.28%
B = 45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C501A2 (or 0xC501A2) is known color: Medium Violet Red. HEX triplet: C5, 01 and A2. RGB value is (197,1,162). Sum of RGB (Red+Green+Blue) = 197+1+162=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 162 (63.67% from 255 or 45% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C501A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C501A2 is #3AFE5D. Grayscale: #4D4D4D. Windows color (decimal): -3866206 or 10617285. OLE color: 10617285.

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

Color convert

RGB 197 1 162 -
CMYK 0 0.99 0.18 0.23
HSL 310.71º 0.99% 0.39% -
HSV(B) 310.71º 0.99% 0.77% -
XYZ 29.56 14.5 35.42 -
YUV 77.96 175.43 212.91 -
System Red Green Blue C M Y K H S L
Decimal 197 1 162 0 0.99 0.18 0.23 310.71 0.99 0.39
Hex C5 1 A2 0 63 12 17 137 63 27
Octal 305 1 242 0 143 22 27 467 143 47
Binary 11000101 1 10100010 0 1100011 10010 10111 100110111 1100011 100111

Color Harmonies of #C501A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C501A2

Black with #C501A2

Text Example


Text Example

White with #C501A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C501A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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