Html Css Color HEX #C310A7 Medium Violet Red

📋 copy color: '#C310A7'

red 195 ◦ green 16 ◦ blue 167

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

Shades of Medium Violet Red #C310A7

Tints of Medium Violet Red #C310A7

RGB

 RED value IS 195 (76.56% from 255) = 51.59%

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

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

R = 51.59%
G = 4.23%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C310A7 (or 0xC310A7) is known color: Medium Violet Red. HEX triplet: C3, 10 and A7. RGB value is (195,16,167). Sum of RGB (Red+Green+Blue) = 195+16+167=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C310A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C310A7 is #3CEF58. Grayscale: #565656. Windows color (decimal): -3993433 or 10948803. OLE color: 10948803.

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

Color convert

RGB 195 16 167 -
CMYK 0 0.92 0.14 0.24
HSL 309.39º 0.85% 0.41% -
HSV(B) 309.39º 0.92% 0.76% -
XYZ 29.67 14.76 37.85 -
YUV 86.74 173.3 205.22 -
System Red Green Blue C M Y K H S L
Decimal 195 16 167 0 0.92 0.14 0.24 309.39 0.85 0.41
Hex C3 10 A7 0 5C E 18 135 55 29
Octal 303 20 247 0 134 16 30 465 125 51
Binary 11000011 10000 10100111 0 1011100 1110 11000 100110101 1010101 101001

Color Harmonies of #C310A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C310A7

Black with #C310A7

Text Example


Text Example

White with #C310A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C310A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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