Html Css Color HEX #C31CAA Medium Violet Red

📋 copy color: '#C31CAA'

red 195 ◦ green 28 ◦ blue 170

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

Shades of Medium Violet Red #C31CAA

Tints of Medium Violet Red #C31CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.12%

 BLUE value IS 170 (66.8% from 255) = 43.26%

R = 49.62%
G = 7.12%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C31CAA (or 0xC31CAA) is known color: Medium Violet Red. HEX triplet: C3, 1C and AA. RGB value is (195,28,170). Sum of RGB (Red+Green+Blue) = 195+28+170=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 28 (11.33% from 255 or 7.12% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C31CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31CAA is #3CE355. Grayscale: #5D5D5D. Windows color (decimal): -3990358 or 11148483. OLE color: 11148483.

HSL color Cylindrical-coordinate representation of color #C31CAA: hue angle of 308.98º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31CAA is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 28 170 -
CMYK 0 0.86 0.13 0.24
HSL 308.98º 0.75% 0.44% -
HSV(B) 308.98º 0.86% 0.76% -
XYZ 30.18 15.33 39.4 -
YUV 94.12 170.83 199.95 -
System Red Green Blue C M Y K H S L
Decimal 195 28 170 0 0.86 0.13 0.24 308.98 0.75 0.44
Hex C3 1C AA 0 56 D 18 135 4B 2C
Octal 303 34 252 0 126 15 30 465 113 54
Binary 11000011 11100 10101010 0 1010110 1101 11000 100110101 1001011 101100

Color Harmonies of #C31CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31CAA

Black with #C31CAA

Text Example


Text Example

White with #C31CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31CAA; }

 p { color: rgb(195,28,170); }

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

background-color css

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

 a { background-color: rgb(195,28,170); }

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

border-color css

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

 span { border-color: rgb(195,28,170); }

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