Html Css Color HEX #C311A7 Medium Violet Red

📋 copy color: '#C311A7'

red 195 ◦ green 17 ◦ blue 167

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

Shades of Medium Violet Red #C311A7

Tints of Medium Violet Red #C311A7

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.49%

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

R = 51.45%
G = 4.49%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C311A7 (or 0xC311A7) is known color: Medium Violet Red. HEX triplet: C3, 11 and A7. RGB value is (195,17,167). Sum of RGB (Red+Green+Blue) = 195+17+167=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C311A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C311A7 is #3CEE58. Grayscale: #565656. Windows color (decimal): -3993177 or 10949059. OLE color: 10949059.

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

Color convert

RGB 195 17 167 -
CMYK 0 0.91 0.14 0.24
HSL 309.44º 0.84% 0.42% -
HSV(B) 309.44º 0.91% 0.76% -
XYZ 29.68 14.79 37.85 -
YUV 87.32 172.97 204.8 -
System Red Green Blue C M Y K H S L
Decimal 195 17 167 0 0.91 0.14 0.24 309.44 0.84 0.42
Hex C3 11 A7 0 5B E 18 135 54 2A
Octal 303 21 247 0 133 16 30 465 124 52
Binary 11000011 10001 10100111 0 1011011 1110 11000 100110101 1010100 101010

Color Harmonies of #C311A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C311A7

Black with #C311A7

Text Example


Text Example

White with #C311A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C311A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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