Html Css Color HEX #C32D73 Medium Red Violet

📋 copy color: '#C32D73'

red 195 ◦ green 45 ◦ blue 115

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

Shades of Medium Red Violet #C32D73

Tints of Medium Red Violet #C32D73

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.68%

 BLUE value IS 115 (45.31% from 255) = 32.39%

R = 54.93%
G = 12.68%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C32D73 (or 0xC32D73) is known color: Medium Red Violet. HEX triplet: C3, 2D and 73. RGB value is (195,45,115). Sum of RGB (Red+Green+Blue) = 195+45+115=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32D73 is #3CD28C. Grayscale: #616161. Windows color (decimal): -3986061 or 7548355. OLE color: 7548355.

HSL color Cylindrical-coordinate representation of color #C32D73: hue angle of 332º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32D73 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 45 115 -
CMYK 0 0.77 0.41 0.24
HSL 332º 0.63% 0.47% -
HSV(B) 332º 0.77% 0.76% -
XYZ 26.54 14.72 17.66 -
YUV 97.83 137.7 197.31 -
System Red Green Blue C M Y K H S L
Decimal 195 45 115 0 0.77 0.41 0.24 332 0.63 0.47
Hex C3 2D 73 0 4D 29 18 14C 3E 2F
Octal 303 55 163 0 115 51 30 514 76 57
Binary 11000011 101101 1110011 0 1001101 101001 11000 101001100 111110 101111

Color Harmonies of #C32D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32D73

Black with #C32D73

Text Example


Text Example

White with #C32D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32D73; }

 p { color: rgb(195,45,115); }

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

background-color css

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

 a { background-color: rgb(195,45,115); }

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

border-color css

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

 span { border-color: rgb(195,45,115); }

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