Html Css Color HEX #C3329D Medium Red Violet

📋 copy color: '#C3329D'

red 195 ◦ green 50 ◦ blue 157

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

Shades of Medium Red Violet #C3329D

Tints of Medium Red Violet #C3329D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.44%

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

R = 48.51%
G = 12.44%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C3329D (or 0xC3329D) is known color: Medium Red Violet. HEX triplet: C3, 32 and 9D. RGB value is (195,50,157). Sum of RGB (Red+Green+Blue) = 195+50+157=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C3329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3329D is #3CCD62. Grayscale: #696969. Windows color (decimal): -3984739 or 10302147. OLE color: 10302147.

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

Color convert

RGB 195 50 157 -
CMYK 0 0.74 0.19 0.24
HSL 315.72º 0.59% 0.48% -
HSV(B) 315.72º 0.74% 0.76% -
XYZ 29.73 16.32 33.48 -
YUV 105.55 157.04 191.8 -
System Red Green Blue C M Y K H S L
Decimal 195 50 157 0 0.74 0.19 0.24 315.72 0.59 0.48
Hex C3 32 9D 0 4A 13 18 13C 3B 30
Octal 303 62 235 0 112 23 30 474 73 60
Binary 11000011 110010 10011101 0 1001010 10011 11000 100111100 111011 110000

Color Harmonies of #C3329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3329D

Black with #C3329D

Text Example


Text Example

White with #C3329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3329D; }

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

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

background-color css

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

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

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

border-color css

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

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

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