Html Css Color HEX #C32382 Medium Violet Red

📋 copy color: '#C32382'

red 195 ◦ green 35 ◦ blue 130

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

Shades of Medium Violet Red #C32382

Tints of Medium Violet Red #C32382

RGB

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

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

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

R = 54.17%
G = 9.72%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C32382 (or 0xC32382) is known color: Medium Violet Red. HEX triplet: C3, 23 and 82. RGB value is (195,35,130). Sum of RGB (Red+Green+Blue) = 195+35+130=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C32382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32382 is #3CDC7D. Grayscale: #5D5D5D. Windows color (decimal): -3988606 or 8528835. OLE color: 8528835.

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

Color convert

RGB 195 35 130 -
CMYK 0 0.82 0.33 0.24
HSL 324.38º 0.7% 0.45% -
HSV(B) 324.38º 0.82% 0.76% -
XYZ 27.14 14.42 22.47 -
YUV 93.67 148.51 200.28 -
System Red Green Blue C M Y K H S L
Decimal 195 35 130 0 0.82 0.33 0.24 324.38 0.7 0.45
Hex C3 23 82 0 52 21 18 144 46 2D
Octal 303 43 202 0 122 41 30 504 106 55
Binary 11000011 100011 10000010 0 1010010 100001 11000 101000100 1000110 101101

Color Harmonies of #C32382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32382

Black with #C32382

Text Example


Text Example

White with #C32382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32382; }

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

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

background-color css

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

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

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

border-color css

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

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

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