Html Css Color HEX #C001A0 Medium Violet Red

📋 copy color: '#C001A0'

red 192 ◦ green 1 ◦ blue 160

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

Shades of Medium Violet Red #C001A0

Tints of Medium Violet Red #C001A0

RGB

 RED value IS 192 (75.39% from 255) = 54.39%

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

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

R = 54.39%
G = 0.28%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C001A0 (or 0xC001A0) is known color: Medium Violet Red. HEX triplet: C0, 01 and A0. RGB value is (192,1,160). Sum of RGB (Red+Green+Blue) = 192+1+160=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C001A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C001A0 is #3FFE5F. Grayscale: #4B4B4B. Windows color (decimal): -4193888 or 10486208. OLE color: 10486208.

HSL color Cylindrical-coordinate representation of color #C001A0: hue angle of 310.05º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C001A0 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 1 160 -
CMYK 0 0.99 0.17 0.25
HSL 310.05º 0.99% 0.38% -
HSV(B) 310.05º 0.99% 0.75% -
XYZ 28.09 13.77 34.43 -
YUV 76.24 175.28 210.57 -
System Red Green Blue C M Y K H S L
Decimal 192 1 160 0 0.99 0.17 0.25 310.05 0.99 0.38
Hex C0 1 A0 0 63 11 19 136 63 26
Octal 300 1 240 0 143 21 31 466 143 46
Binary 11000000 1 10100000 0 1100011 10001 11001 100110110 1100011 100110

Color Harmonies of #C001A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C001A0

Black with #C001A0

Text Example


Text Example

White with #C001A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C001A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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