Html Css Color HEX #C32473 Medium Violet Red

📋 copy color: '#C32473'

red 195 ◦ green 36 ◦ blue 115

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

Shades of Medium Violet Red #C32473

Tints of Medium Violet Red #C32473

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.4%

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

R = 56.36%
G = 10.4%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C32473 (or 0xC32473) is known color: Medium Violet Red. HEX triplet: C3, 24 and 73. RGB value is (195,36,115). Sum of RGB (Red+Green+Blue) = 195+36+115=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C32473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32473 is #3CDB8C. Grayscale: #5C5C5C. Windows color (decimal): -3988365 or 7546051. OLE color: 7546051.

HSL color Cylindrical-coordinate representation of color #C32473: hue angle of 330.19º degrees, saturation: 0.69, 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 #C32473 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 36 115 -
CMYK 0 0.82 0.41 0.24
HSL 330.19º 0.69% 0.45% -
HSV(B) 330.19º 0.82% 0.76% -
XYZ 26.23 14.1 17.56 -
YUV 92.55 140.68 201.08 -
System Red Green Blue C M Y K H S L
Decimal 195 36 115 0 0.82 0.41 0.24 330.19 0.69 0.45
Hex C3 24 73 0 52 29 18 14A 45 2D
Octal 303 44 163 0 122 51 30 512 105 55
Binary 11000011 100100 1110011 0 1010010 101001 11000 101001010 1000101 101101

Color Harmonies of #C32473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32473

Black with #C32473

Text Example


Text Example

White with #C32473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32473; }

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

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

background-color css

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

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

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

border-color css

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

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

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