Html Css Color HEX #C3349C Medium Red Violet

📋 copy color: '#C3349C'

red 195 ◦ green 52 ◦ blue 156

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

Shades of Medium Red Violet #C3349C

Tints of Medium Red Violet #C3349C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.9%

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

R = 48.39%
G = 12.9%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C3349C (or 0xC3349C) is known color: Medium Red Violet. HEX triplet: C3, 34 and 9C. RGB value is (195,52,156). Sum of RGB (Red+Green+Blue) = 195+52+156=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3349C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3349C is #3CCB63. Grayscale: #6A6A6A. Windows color (decimal): -3984228 or 10237123. OLE color: 10237123.

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

Color convert

RGB 195 52 156 -
CMYK 0 0.73 0.20 0.24
HSL 316.36º 0.58% 0.48% -
HSV(B) 316.36º 0.73% 0.76% -
XYZ 29.73 16.46 33.06 -
YUV 106.61 155.88 191.04 -
System Red Green Blue C M Y K H S L
Decimal 195 52 156 0 0.73 0.20 0.24 316.36 0.58 0.48
Hex C3 34 9C 0 49 14 18 13C 3A 30
Octal 303 64 234 0 111 24 30 474 72 60
Binary 11000011 110100 10011100 0 1001001 10100 11000 100111100 111010 110000

Color Harmonies of #C3349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3349C

Black with #C3349C

Text Example


Text Example

White with #C3349C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3349C; }

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

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

background-color css

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

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

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

border-color css

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

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

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