Html Css Color HEX #C01FA7 Medium Violet Red

📋 copy color: '#C01FA7'

red 192 ◦ green 31 ◦ blue 167

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

Shades of Medium Violet Red #C01FA7

Tints of Medium Violet Red #C01FA7

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.95%

 BLUE value IS 167 (65.63% from 255) = 42.82%

R = 49.23%
G = 7.95%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#C01FA7 (or 0xC01FA7) is known color: Medium Violet Red. HEX triplet: C0, 1F and A7. RGB value is (192,31,167). Sum of RGB (Red+Green+Blue) = 192+31+167=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C01FA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01FA7 is #3FE058. Grayscale: #5E5E5E. Windows color (decimal): -4186201 or 10952640. OLE color: 10952640.

HSL color Cylindrical-coordinate representation of color #C01FA7: hue angle of 309.32º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01FA7 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 31 167 -
CMYK 0 0.84 0.13 0.25
HSL 309.32º 0.72% 0.44% -
HSV(B) 309.32º 0.84% 0.75% -
XYZ 29.2 14.98 37.91 -
YUV 94.64 168.84 197.44 -
System Red Green Blue C M Y K H S L
Decimal 192 31 167 0 0.84 0.13 0.25 309.32 0.72 0.44
Hex C0 1F A7 0 54 D 19 135 48 2C
Octal 300 37 247 0 124 15 31 465 110 54
Binary 11000000 11111 10100111 0 1010100 1101 11001 100110101 1001000 101100

Color Harmonies of #C01FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01FA7

Black with #C01FA7

Text Example


Text Example

White with #C01FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01FA7; }

 p { color: rgb(192,31,167); }

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

background-color css

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

 a { background-color: rgb(192,31,167); }

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

border-color css

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

 span { border-color: rgb(192,31,167); }

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