Html Css Color HEX #C32682 Medium Red Violet

📋 copy color: '#C32682'

red 195 ◦ green 38 ◦ blue 130

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

Shades of Medium Red Violet #C32682

Tints of Medium Red Violet #C32682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.81%

R = 53.72%
G = 10.47%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C32682 (or 0xC32682) is known color: Medium Red Violet. HEX triplet: C3, 26 and 82. RGB value is (195,38,130). Sum of RGB (Red+Green+Blue) = 195+38+130=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C32682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32682 is #3CD97D. Grayscale: #5F5F5F. Windows color (decimal): -3987838 or 8529603. OLE color: 8529603.

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

Color convert

RGB 195 38 130 -
CMYK 0 0.81 0.33 0.24
HSL 324.84º 0.67% 0.46% -
HSV(B) 324.84º 0.81% 0.76% -
XYZ 27.23 14.6 22.5 -
YUV 95.43 147.51 199.02 -
System Red Green Blue C M Y K H S L
Decimal 195 38 130 0 0.81 0.33 0.24 324.84 0.67 0.46
Hex C3 26 82 0 51 21 18 145 43 2E
Octal 303 46 202 0 121 41 30 505 103 56
Binary 11000011 100110 10000010 0 1010001 100001 11000 101000101 1000011 101110

Color Harmonies of #C32682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32682

Black with #C32682

Text Example


Text Example

White with #C32682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32682; }

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

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

background-color css

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

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

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

border-color css

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

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

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