Html Css Color HEX #C32581 Medium Red Violet

📋 copy color: '#C32581'

red 195 ◦ green 37 ◦ blue 129

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

Shades of Medium Red Violet #C32581

Tints of Medium Red Violet #C32581

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.25%

 BLUE value IS 129 (50.78% from 255) = 35.73%

R = 54.02%
G = 10.25%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C32581 (or 0xC32581) is known color: Medium Red Violet. HEX triplet: C3, 25 and 81. RGB value is (195,37,129). Sum of RGB (Red+Green+Blue) = 195+37+129=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C32581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32581 is #3CDA7E. Grayscale: #5E5E5E. Windows color (decimal): -3988095 or 8463811. OLE color: 8463811.

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

Color convert

RGB 195 37 129 -
CMYK 0 0.81 0.34 0.24
HSL 325.06º 0.68% 0.45% -
HSV(B) 325.06º 0.81% 0.76% -
XYZ 27.13 14.51 22.14 -
YUV 94.73 147.35 199.52 -
System Red Green Blue C M Y K H S L
Decimal 195 37 129 0 0.81 0.34 0.24 325.06 0.68 0.45
Hex C3 25 81 0 51 22 18 145 44 2D
Octal 303 45 201 0 121 42 30 505 104 55
Binary 11000011 100101 10000001 0 1010001 100010 11000 101000101 1000100 101101

Color Harmonies of #C32581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32581

Black with #C32581

Text Example


Text Example

White with #C32581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32581; }

 p { color: rgb(195,37,129); }

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

background-color css

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

 a { background-color: rgb(195,37,129); }

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

border-color css

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

 span { border-color: rgb(195,37,129); }

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