Html Css Color HEX #C311A6 Medium Violet Red

📋 copy color: '#C311A6'

red 195 ◦ green 17 ◦ blue 166

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

Shades of Medium Violet Red #C311A6

Tints of Medium Violet Red #C311A6

RGB

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

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

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

R = 51.59%
G = 4.5%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C311A6 (or 0xC311A6) is known color: Medium Violet Red. HEX triplet: C3, 11 and A6. RGB value is (195,17,166). Sum of RGB (Red+Green+Blue) = 195+17+166=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 166 (65.23% from 255 or 43.92% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C311A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C311A6 is #3CEE59. Grayscale: #565656. Windows color (decimal): -3993178 or 10883523. OLE color: 10883523.

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

Color convert

RGB 195 17 166 -
CMYK 0 0.91 0.15 0.24
HSL 309.78º 0.84% 0.42% -
HSV(B) 309.78º 0.91% 0.76% -
XYZ 29.59 14.76 37.37 -
YUV 87.21 172.47 204.88 -
System Red Green Blue C M Y K H S L
Decimal 195 17 166 0 0.91 0.15 0.24 309.78 0.84 0.42
Hex C3 11 A6 0 5B F 18 136 54 2A
Octal 303 21 246 0 133 17 30 466 124 52
Binary 11000011 10001 10100110 0 1011011 1111 11000 100110110 1010100 101010

Color Harmonies of #C311A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C311A6

Black with #C311A6

Text Example


Text Example

White with #C311A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C311A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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