Html Css Color HEX #C601A1 Medium Violet Red

📋 copy color: '#C601A1'

red 198 ◦ green 1 ◦ blue 161

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

Shades of Medium Violet Red #C601A1

Tints of Medium Violet Red #C601A1

RGB

 RED value IS 198 (77.73% from 255) = 55%

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

 BLUE value IS 161 (63.28% from 255) = 44.72%

R = 55%
G = 0.28%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C601A1 (or 0xC601A1) is known color: Medium Violet Red. HEX triplet: C6, 01 and A1. RGB value is (198,1,161). Sum of RGB (Red+Green+Blue) = 198+1+161=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 161 (63.28% from 255 or 44.72% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C601A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C601A1 is #39FE5E. Grayscale: #4D4D4D. Windows color (decimal): -3800671 or 10551750. OLE color: 10551750.

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

Color convert

RGB 198 1 161 -
CMYK 0 0.99 0.19 0.22
HSL 311.27º 0.99% 0.39% -
HSV(B) 311.27º 0.99% 0.78% -
XYZ 29.73 14.6 34.97 -
YUV 78.14 174.77 213.49 -
System Red Green Blue C M Y K H S L
Decimal 198 1 161 0 0.99 0.19 0.22 311.27 0.99 0.39
Hex C6 1 A1 0 63 13 16 137 63 27
Octal 306 1 241 0 143 23 26 467 143 47
Binary 11000110 1 10100001 0 1100011 10011 10110 100110111 1100011 100111

Color Harmonies of #C601A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C601A1

Black with #C601A1

Text Example


Text Example

White with #C601A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C601A1; }

 p { color: rgb(198,1,161); }

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

background-color css

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

 a { background-color: rgb(198,1,161); }

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

border-color css

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

 span { border-color: rgb(198,1,161); }

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