Html Css Color HEX #C701A1 Medium Violet Red

📋 copy color: '#C701A1'

red 199 ◦ green 1 ◦ blue 161

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

Shades of Medium Violet Red #C701A1

Tints of Medium Violet Red #C701A1

RGB

 RED value IS 199 (78.13% from 255) = 55.12%

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

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

R = 55.12%
G = 0.28%
B = 44.6%

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

#C701A1 (or 0xC701A1) is known color: Medium Violet Red. HEX triplet: C7, 01 and A1. RGB value is (199,1,161). Sum of RGB (Red+Green+Blue) = 199+1+161=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 161 (63.28% from 255 or 44.60% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C701A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C701A1 is #38FE5E. Grayscale: #4E4E4E. Windows color (decimal): -3735135 or 10551751. OLE color: 10551751.

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

Color convert

RGB 199 1 161 -
CMYK 0 0.99 0.19 0.22
HSL 311.52º 0.99% 0.39% -
HSV(B) 311.52º 0.99% 0.78% -
XYZ 30 14.74 34.98 -
YUV 78.44 174.6 213.99 -
System Red Green Blue C M Y K H S L
Decimal 199 1 161 0 0.99 0.19 0.22 311.52 0.99 0.39
Hex C7 1 A1 0 63 13 16 138 63 27
Octal 307 1 241 0 143 23 26 470 143 47
Binary 11000111 1 10100001 0 1100011 10011 10110 100111000 1100011 100111

Color Harmonies of #C701A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C701A1

Black with #C701A1

Text Example


Text Example

White with #C701A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C701A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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