Html Css Color HEX #C32379 Medium Violet Red

📋 copy color: '#C32379'

red 195 ◦ green 35 ◦ blue 121

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

Shades of Medium Violet Red #C32379

Tints of Medium Violet Red #C32379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.97%

 BLUE value IS 121 (47.66% from 255) = 34.47%

R = 55.56%
G = 9.97%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C32379 (or 0xC32379) is known color: Medium Violet Red. HEX triplet: C3, 23 and 79. RGB value is (195,35,121). Sum of RGB (Red+Green+Blue) = 195+35+121=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 35 (14.06% from 255 or 9.97% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C32379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32379 is #3CDC86. Grayscale: #5C5C5C. Windows color (decimal): -3988615 or 7939011. OLE color: 7939011.

HSL color Cylindrical-coordinate representation of color #C32379: hue angle of 327.75º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C32379 is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 35 121 -
CMYK 0 0.82 0.38 0.24
HSL 327.75º 0.7% 0.45% -
HSV(B) 327.75º 0.82% 0.76% -
XYZ 26.56 14.18 19.43 -
YUV 92.64 144.01 201.01 -
System Red Green Blue C M Y K H S L
Decimal 195 35 121 0 0.82 0.38 0.24 327.75 0.7 0.45
Hex C3 23 79 0 52 26 18 148 46 2D
Octal 303 43 171 0 122 46 30 510 106 55
Binary 11000011 100011 1111001 0 1010010 100110 11000 101001000 1000110 101101

Color Harmonies of #C32379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32379

Black with #C32379

Text Example


Text Example

White with #C32379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32379; }

 p { color: rgb(195,35,121); }

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

background-color css

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

 a { background-color: rgb(195,35,121); }

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

border-color css

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

 span { border-color: rgb(195,35,121); }

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