Html Css Color HEX #C3329F Medium Red Violet

📋 copy color: '#C3329F'

red 195 ◦ green 50 ◦ blue 159

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

Shades of Medium Red Violet #C3329F

Tints of Medium Red Violet #C3329F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.36%

R = 48.27%
G = 12.38%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C3329F (or 0xC3329F) is known color: Medium Red Violet. HEX triplet: C3, 32 and 9F. RGB value is (195,50,159). Sum of RGB (Red+Green+Blue) = 195+50+159=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C3329F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3329F is #3CCD60. Grayscale: #696969. Windows color (decimal): -3984737 or 10433219. OLE color: 10433219.

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

Color convert

RGB 195 50 159 -
CMYK 0 0.74 0.18 0.24
HSL 314.9º 0.59% 0.48% -
HSV(B) 314.9º 0.74% 0.76% -
XYZ 29.9 16.39 34.39 -
YUV 105.78 158.04 191.64 -
System Red Green Blue C M Y K H S L
Decimal 195 50 159 0 0.74 0.18 0.24 314.9 0.59 0.48
Hex C3 32 9F 0 4A 12 18 13B 3B 30
Octal 303 62 237 0 112 22 30 473 73 60
Binary 11000011 110010 10011111 0 1001010 10010 11000 100111011 111011 110000

Color Harmonies of #C3329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3329F

Black with #C3329F

Text Example


Text Example

White with #C3329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3329F; }

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

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

background-color css

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

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

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

border-color css

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

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

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