Html Css Color HEX #C31CA4 Medium Violet Red

📋 copy color: '#C31CA4'

red 195 ◦ green 28 ◦ blue 164

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

Shades of Medium Violet Red #C31CA4

Tints of Medium Violet Red #C31CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.38%

R = 50.39%
G = 7.24%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C31CA4 (or 0xC31CA4) is known color: Medium Violet Red. HEX triplet: C3, 1C and A4. RGB value is (195,28,164). Sum of RGB (Red+Green+Blue) = 195+28+164=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C31CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31CA4 is #3CE35B. Grayscale: #5D5D5D. Windows color (decimal): -3990364 or 10755267. OLE color: 10755267.

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

Color convert

RGB 195 28 164 -
CMYK 0 0.86 0.16 0.24
HSL 311.14º 0.75% 0.44% -
HSV(B) 311.14º 0.86% 0.76% -
XYZ 29.62 15.11 36.48 -
YUV 93.44 167.83 200.44 -
System Red Green Blue C M Y K H S L
Decimal 195 28 164 0 0.86 0.16 0.24 311.14 0.75 0.44
Hex C3 1C A4 0 56 10 18 137 4B 2C
Octal 303 34 244 0 126 20 30 467 113 54
Binary 11000011 11100 10100100 0 1010110 10000 11000 100110111 1001011 101100

Color Harmonies of #C31CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31CA4

Black with #C31CA4

Text Example


Text Example

White with #C31CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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