Html Css Color HEX #C32380 Medium Violet Red

📋 copy color: '#C32380'

red 195 ◦ green 35 ◦ blue 128

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

Shades of Medium Violet Red #C32380

Tints of Medium Violet Red #C32380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.75%

R = 54.47%
G = 9.78%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C32380 (or 0xC32380) is known color: Medium Violet Red. HEX triplet: C3, 23 and 80. RGB value is (195,35,128). Sum of RGB (Red+Green+Blue) = 195+35+128=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C32380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32380 is #3CDC7F. Grayscale: #5D5D5D. Windows color (decimal): -3988608 or 8397763. OLE color: 8397763.

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

Color convert

RGB 195 35 128 -
CMYK 0 0.82 0.34 0.24
HSL 325.13º 0.7% 0.45% -
HSV(B) 325.13º 0.82% 0.76% -
XYZ 27 14.36 21.77 -
YUV 93.44 147.51 200.44 -
System Red Green Blue C M Y K H S L
Decimal 195 35 128 0 0.82 0.34 0.24 325.13 0.7 0.45
Hex C3 23 80 0 52 22 18 145 46 2D
Octal 303 43 200 0 122 42 30 505 106 55
Binary 11000011 100011 10000000 0 1010010 100010 11000 101000101 1000110 101101

Color Harmonies of #C32380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32380

Black with #C32380

Text Example


Text Example

White with #C32380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32380; }

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

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

background-color css

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

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

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

border-color css

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

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

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