Html Css Color HEX #C601A0 Medium Violet Red

📋 copy color: '#C601A0'

red 198 ◦ green 1 ◦ blue 160

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

Shades of Medium Violet Red #C601A0

Tints of Medium Violet Red #C601A0

RGB

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

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

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

R = 55.15%
G = 0.28%
B = 44.57%

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

#C601A0 (or 0xC601A0) is known color: Medium Violet Red. HEX triplet: C6, 01 and A0. RGB value is (198,1,160). Sum of RGB (Red+Green+Blue) = 198+1+160=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C601A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C601A0 is #39FE5F. Grayscale: #4D4D4D. Windows color (decimal): -3800672 or 10486214. OLE color: 10486214.

HSL color Cylindrical-coordinate representation of color #C601A0: hue angle of 311.57º 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 #C601A0 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 1 160 -
CMYK 0 0.99 0.19 0.22
HSL 311.57º 0.99% 0.39% -
HSV(B) 311.57º 0.99% 0.78% -
XYZ 29.64 14.57 34.51 -
YUV 78.03 174.27 213.57 -
System Red Green Blue C M Y K H S L
Decimal 198 1 160 0 0.99 0.19 0.22 311.57 0.99 0.39
Hex C6 1 A0 0 63 13 16 138 63 27
Octal 306 1 240 0 143 23 26 470 143 47
Binary 11000110 1 10100000 0 1100011 10011 10110 100111000 1100011 100111

Color Harmonies of #C601A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C601A0

Black with #C601A0

Text Example


Text Example

White with #C601A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C601A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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