Html Css Color HEX #C32791 Medium Red Violet

📋 copy color: '#C32791'

red 195 ◦ green 39 ◦ blue 145

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

Shades of Medium Red Violet #C32791

Tints of Medium Red Violet #C32791

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.29%

 BLUE value IS 145 (57.03% from 255) = 38.26%

R = 51.45%
G = 10.29%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C32791 (or 0xC32791) is known color: Medium Red Violet. HEX triplet: C3, 27 and 91. RGB value is (195,39,145). Sum of RGB (Red+Green+Blue) = 195+39+145=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C32791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32791 is #3CD86E. Grayscale: #616161. Windows color (decimal): -3987567 or 9512899. OLE color: 9512899.

HSL color Cylindrical-coordinate representation of color #C32791: hue angle of 319.23º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32791 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 39 145 -
CMYK 0 0.80 0.26 0.24
HSL 319.23º 0.67% 0.46% -
HSV(B) 319.23º 0.8% 0.76% -
XYZ 28.34 15.1 28.21 -
YUV 97.73 154.68 197.38 -
System Red Green Blue C M Y K H S L
Decimal 195 39 145 0 0.80 0.26 0.24 319.23 0.67 0.46
Hex C3 27 91 0 50 1A 18 13F 43 2E
Octal 303 47 221 0 120 32 30 477 103 56
Binary 11000011 100111 10010001 0 1010000 11010 11000 100111111 1000011 101110

Color Harmonies of #C32791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32791

Black with #C32791

Text Example


Text Example

White with #C32791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32791; }

 p { color: rgb(195,39,145); }

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

background-color css

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

 a { background-color: rgb(195,39,145); }

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

border-color css

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

 span { border-color: rgb(195,39,145); }

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