Html Css Color HEX #C311A3 Medium Violet Red

📋 copy color: '#C311A3'

red 195 ◦ green 17 ◦ blue 163

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

Shades of Medium Violet Red #C311A3

Tints of Medium Violet Red #C311A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 43.47%

R = 52%
G = 4.53%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C311A3 (or 0xC311A3) is known color: Medium Violet Red. HEX triplet: C3, 11 and A3. RGB value is (195,17,163). Sum of RGB (Red+Green+Blue) = 195+17+163=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 163 (64.06% from 255 or 43.47% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C311A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C311A3 is #3CEE5C. Grayscale: #565656. Windows color (decimal): -3993181 or 10686915. OLE color: 10686915.

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

Color convert

RGB 195 17 163 -
CMYK 0 0.91 0.16 0.24
HSL 310.79º 0.84% 0.42% -
HSV(B) 310.79º 0.91% 0.76% -
XYZ 29.32 14.65 35.93 -
YUV 86.87 170.97 205.13 -
System Red Green Blue C M Y K H S L
Decimal 195 17 163 0 0.91 0.16 0.24 310.79 0.84 0.42
Hex C3 11 A3 0 5B 10 18 137 54 2A
Octal 303 21 243 0 133 20 30 467 124 52
Binary 11000011 10001 10100011 0 1011011 10000 11000 100110111 1010100 101010

Color Harmonies of #C311A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C311A3

Black with #C311A3

Text Example


Text Example

White with #C311A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C311A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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