Html Css Color HEX #C32486 Medium Violet Red

📋 copy color: '#C32486'

red 195 ◦ green 36 ◦ blue 134

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

Shades of Medium Violet Red #C32486

Tints of Medium Violet Red #C32486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.71%

R = 53.42%
G = 9.86%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C32486 (or 0xC32486) is known color: Medium Violet Red. HEX triplet: C3, 24 and 86. RGB value is (195,36,134). Sum of RGB (Red+Green+Blue) = 195+36+134=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C32486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32486 is #3CDB79. Grayscale: #5E5E5E. Windows color (decimal): -3988346 or 8791235. OLE color: 8791235.

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

Color convert

RGB 195 36 134 -
CMYK 0 0.82 0.31 0.24
HSL 323.02º 0.69% 0.45% -
HSV(B) 323.02º 0.82% 0.76% -
XYZ 27.44 14.59 23.92 -
YUV 94.71 150.18 199.53 -
System Red Green Blue C M Y K H S L
Decimal 195 36 134 0 0.82 0.31 0.24 323.02 0.69 0.45
Hex C3 24 86 0 52 1F 18 143 45 2D
Octal 303 44 206 0 122 37 30 503 105 55
Binary 11000011 100100 10000110 0 1010010 11111 11000 101000011 1000101 101101

Color Harmonies of #C32486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32486

Black with #C32486

Text Example


Text Example

White with #C32486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32486; }

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

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

background-color css

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

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

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

border-color css

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

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

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