Html Css Color HEX #C32686 Medium Red Violet

📋 copy color: '#C32686'

red 195 ◦ green 38 ◦ blue 134

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

Shades of Medium Red Violet #C32686

Tints of Medium Red Violet #C32686

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.35%

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

R = 53.13%
G = 10.35%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C32686 (or 0xC32686) is known color: Medium Red Violet. HEX triplet: C3, 26 and 86. RGB value is (195,38,134). Sum of RGB (Red+Green+Blue) = 195+38+134=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C32686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32686 is #3CD979. Grayscale: #5F5F5F. Windows color (decimal): -3987834 or 8791747. OLE color: 8791747.

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

Color convert

RGB 195 38 134 -
CMYK 0 0.81 0.31 0.24
HSL 323.31º 0.67% 0.46% -
HSV(B) 323.31º 0.81% 0.76% -
XYZ 27.5 14.71 23.94 -
YUV 95.89 149.51 198.69 -
System Red Green Blue C M Y K H S L
Decimal 195 38 134 0 0.81 0.31 0.24 323.31 0.67 0.46
Hex C3 26 86 0 51 1F 18 143 43 2E
Octal 303 46 206 0 121 37 30 503 103 56
Binary 11000011 100110 10000110 0 1010001 11111 11000 101000011 1000011 101110

Color Harmonies of #C32686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32686

Black with #C32686

Text Example


Text Example

White with #C32686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32686; }

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

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

background-color css

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

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

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

border-color css

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

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

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