Html Css Color HEX #C32386 Medium Violet Red

📋 copy color: '#C32386'

red 195 ◦ green 35 ◦ blue 134

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

Shades of Medium Violet Red #C32386

Tints of Medium Violet Red #C32386

RGB

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

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

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

R = 53.57%
G = 9.62%
B = 36.81%

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

#C32386 (or 0xC32386) is known color: Medium Violet Red. HEX triplet: C3, 23 and 86. RGB value is (195,35,134). Sum of RGB (Red+Green+Blue) = 195+35+134=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 35 (14.06% from 255 or 9.62% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C32386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32386 is #3CDC79. Grayscale: #5D5D5D. Windows color (decimal): -3988602 or 8790979. OLE color: 8790979.

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

Color convert

RGB 195 35 134 -
CMYK 0 0.82 0.31 0.24
HSL 322.88º 0.7% 0.45% -
HSV(B) 322.88º 0.82% 0.76% -
XYZ 27.41 14.53 23.91 -
YUV 94.13 150.51 199.95 -
System Red Green Blue C M Y K H S L
Decimal 195 35 134 0 0.82 0.31 0.24 322.88 0.7 0.45
Hex C3 23 86 0 52 1F 18 143 46 2D
Octal 303 43 206 0 122 37 30 503 106 55
Binary 11000011 100011 10000110 0 1010010 11111 11000 101000011 1000110 101101

Color Harmonies of #C32386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32386

Black with #C32386

Text Example


Text Example

White with #C32386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32386; }

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

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

background-color css

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

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

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

border-color css

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

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

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