Html Css Color HEX #C3349D Medium Red Violet

📋 copy color: '#C3349D'

red 195 ◦ green 52 ◦ blue 157

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

Shades of Medium Red Violet #C3349D

Tints of Medium Red Violet #C3349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.86%

R = 48.27%
G = 12.87%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C3349D (or 0xC3349D) is known color: Medium Red Violet. HEX triplet: C3, 34 and 9D. RGB value is (195,52,157). Sum of RGB (Red+Green+Blue) = 195+52+157=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C3349D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3349D is #3CCB62. Grayscale: #6A6A6A. Windows color (decimal): -3984227 or 10302659. OLE color: 10302659.

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

Color convert

RGB 195 52 157 -
CMYK 0 0.73 0.19 0.24
HSL 315.94º 0.58% 0.48% -
HSV(B) 315.94º 0.73% 0.76% -
XYZ 29.82 16.49 33.51 -
YUV 106.73 156.38 190.96 -
System Red Green Blue C M Y K H S L
Decimal 195 52 157 0 0.73 0.19 0.24 315.94 0.58 0.48
Hex C3 34 9D 0 49 13 18 13C 3A 30
Octal 303 64 235 0 111 23 30 474 72 60
Binary 11000011 110100 10011101 0 1001001 10011 11000 100111100 111010 110000

Color Harmonies of #C3349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3349D

Black with #C3349D

Text Example


Text Example

White with #C3349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3349D; }

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

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

background-color css

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

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

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

border-color css

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

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

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