Html Css Color HEX #C310A6 Medium Violet Red

📋 copy color: '#C310A6'

red 195 ◦ green 16 ◦ blue 166

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

Shades of Medium Violet Red #C310A6

Tints of Medium Violet Red #C310A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.03%

R = 51.72%
G = 4.24%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C310A6 (or 0xC310A6) is known color: Medium Violet Red. HEX triplet: C3, 10 and A6. RGB value is (195,16,166). Sum of RGB (Red+Green+Blue) = 195+16+166=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C310A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C310A6 is #3CEF59. Grayscale: #565656. Windows color (decimal): -3993434 or 10883267. OLE color: 10883267.

HSL color Cylindrical-coordinate representation of color #C310A6: hue angle of 309.72º 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 #C310A6 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 16 166 -
CMYK 0 0.92 0.15 0.24
HSL 309.72º 0.85% 0.41% -
HSV(B) 309.72º 0.92% 0.76% -
XYZ 29.57 14.73 37.36 -
YUV 86.62 172.8 205.3 -
System Red Green Blue C M Y K H S L
Decimal 195 16 166 0 0.92 0.15 0.24 309.72 0.85 0.41
Hex C3 10 A6 0 5C F 18 136 55 29
Octal 303 20 246 0 134 17 30 466 125 51
Binary 11000011 10000 10100110 0 1011100 1111 11000 100110110 1010101 101001

Color Harmonies of #C310A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C310A6

Black with #C310A6

Text Example


Text Example

White with #C310A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C310A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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