Html Css Color HEX #C010A7 Medium Violet Red

📋 copy color: '#C010A7'

red 192 ◦ green 16 ◦ blue 167

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

Shades of Medium Violet Red #C010A7

Tints of Medium Violet Red #C010A7

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.27%

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

R = 51.2%
G = 4.27%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#C010A7 (or 0xC010A7) is known color: Medium Violet Red. HEX triplet: C0, 10 and A7. RGB value is (192,16,167). Sum of RGB (Red+Green+Blue) = 192+16+167=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 167 (65.62% from 255 or 44.53% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C010A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C010A7 is #3FEF58. Grayscale: #555555. Windows color (decimal): -4190041 or 10948800. OLE color: 10948800.

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

Color convert

RGB 192 16 167 -
CMYK 0 0.92 0.13 0.25
HSL 308.52º 0.85% 0.41% -
HSV(B) 308.52º 0.92% 0.75% -
XYZ 28.9 14.37 37.81 -
YUV 85.84 173.81 203.72 -
System Red Green Blue C M Y K H S L
Decimal 192 16 167 0 0.92 0.13 0.25 308.52 0.85 0.41
Hex C0 10 A7 0 5C D 19 135 55 29
Octal 300 20 247 0 134 15 31 465 125 51
Binary 11000000 10000 10100111 0 1011100 1101 11001 100110101 1010101 101001

Color Harmonies of #C010A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C010A7

Black with #C010A7

Text Example


Text Example

White with #C010A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C010A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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