Html Css Color HEX #C32785 Medium Red Violet

📋 copy color: '#C32785'

red 195 ◦ green 39 ◦ blue 133

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

Shades of Medium Red Violet #C32785

Tints of Medium Red Violet #C32785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.24%

R = 53.13%
G = 10.63%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C32785 (or 0xC32785) is known color: Medium Red Violet. HEX triplet: C3, 27 and 85. RGB value is (195,39,133). Sum of RGB (Red+Green+Blue) = 195+39+133=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C32785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32785 is #3CD87A. Grayscale: #606060. Windows color (decimal): -3987579 or 8726467. OLE color: 8726467.

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

Color convert

RGB 195 39 133 -
CMYK 0 0.80 0.32 0.24
HSL 323.85º 0.67% 0.46% -
HSV(B) 323.85º 0.8% 0.76% -
XYZ 27.46 14.75 23.59 -
YUV 96.36 148.68 198.36 -
System Red Green Blue C M Y K H S L
Decimal 195 39 133 0 0.80 0.32 0.24 323.85 0.67 0.46
Hex C3 27 85 0 50 20 18 144 43 2E
Octal 303 47 205 0 120 40 30 504 103 56
Binary 11000011 100111 10000101 0 1010000 100000 11000 101000100 1000011 101110

Color Harmonies of #C32785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32785

Black with #C32785

Text Example


Text Example

White with #C32785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32785; }

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

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

background-color css

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

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

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

border-color css

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

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

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