Html Css Color HEX #C3319C Medium Red Violet

📋 copy color: '#C3319C'

red 195 ◦ green 49 ◦ blue 156

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

Shades of Medium Red Violet #C3319C

Tints of Medium Red Violet #C3319C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.25%

 BLUE value IS 156 (61.33% from 255) = 39%

R = 48.75%
G = 12.25%
B = 39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C3319C (or 0xC3319C) is known color: Medium Red Violet. HEX triplet: C3, 31 and 9C. RGB value is (195,49,156). Sum of RGB (Red+Green+Blue) = 195+49+156=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C3319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3319C is #3CCE63. Grayscale: #686868. Windows color (decimal): -3984996 or 10236355. OLE color: 10236355.

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

Color convert

RGB 195 49 156 -
CMYK 0 0.75 0.20 0.24
HSL 316.03º 0.6% 0.48% -
HSV(B) 316.03º 0.75% 0.76% -
XYZ 29.6 16.2 33.02 -
YUV 104.85 156.87 192.3 -
System Red Green Blue C M Y K H S L
Decimal 195 49 156 0 0.75 0.20 0.24 316.03 0.6 0.48
Hex C3 31 9C 0 4B 14 18 13C 3C 30
Octal 303 61 234 0 113 24 30 474 74 60
Binary 11000011 110001 10011100 0 1001011 10100 11000 100111100 111100 110000

Color Harmonies of #C3319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3319C

Black with #C3319C

Text Example


Text Example

White with #C3319C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3319C; }

 p { color: rgb(195,49,156); }

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

background-color css

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

 a { background-color: rgb(195,49,156); }

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

border-color css

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

 span { border-color: rgb(195,49,156); }

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