Html Css Color HEX #C32374 Medium Violet Red

📋 copy color: '#C32374'

red 195 ◦ green 35 ◦ blue 116

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

Shades of Medium Violet Red #C32374

Tints of Medium Violet Red #C32374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.53%

R = 56.36%
G = 10.12%
B = 33.53%

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

#C32374 (or 0xC32374) is known color: Medium Violet Red. HEX triplet: C3, 23 and 74. RGB value is (195,35,116). Sum of RGB (Red+Green+Blue) = 195+35+116=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C32374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32374 is #3CDC8B. Grayscale: #5B5B5B. Windows color (decimal): -3988620 or 7611331. OLE color: 7611331.

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

Color convert

RGB 195 35 116 -
CMYK 0 0.82 0.41 0.24
HSL 329.63º 0.7% 0.45% -
HSV(B) 329.63º 0.82% 0.76% -
XYZ 26.26 14.07 17.85 -
YUV 92.07 141.51 201.41 -
System Red Green Blue C M Y K H S L
Decimal 195 35 116 0 0.82 0.41 0.24 329.63 0.7 0.45
Hex C3 23 74 0 52 29 18 14A 46 2D
Octal 303 43 164 0 122 51 30 512 106 55
Binary 11000011 100011 1110100 0 1010010 101001 11000 101001010 1000110 101101

Color Harmonies of #C32374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32374

Black with #C32374

Text Example


Text Example

White with #C32374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32374; }

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

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

background-color css

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

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

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

border-color css

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

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

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