Html Css Color HEX #C32A8C Medium Red Violet

📋 copy color: '#C32A8C'

red 195 ◦ green 42 ◦ blue 140

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

Shades of Medium Red Violet #C32A8C

Tints of Medium Red Violet #C32A8C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.14%

 BLUE value IS 140 (55.08% from 255) = 37.14%

R = 51.72%
G = 11.14%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C32A8C (or 0xC32A8C) is known color: Medium Red Violet. HEX triplet: C3, 2A and 8C. RGB value is (195,42,140). Sum of RGB (Red+Green+Blue) = 195+42+140=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32A8C is #3CD573. Grayscale: #626262. Windows color (decimal): -3986804 or 9185987. OLE color: 9185987.

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

Color convert

RGB 195 42 140 -
CMYK 0 0.78 0.28 0.24
HSL 321.57º 0.65% 0.46% -
HSV(B) 321.57º 0.78% 0.76% -
XYZ 28.07 15.15 26.26 -
YUV 98.92 151.19 196.53 -
System Red Green Blue C M Y K H S L
Decimal 195 42 140 0 0.78 0.28 0.24 321.57 0.65 0.46
Hex C3 2A 8C 0 4E 1C 18 142 41 2E
Octal 303 52 214 0 116 34 30 502 101 56
Binary 11000011 101010 10001100 0 1001110 11100 11000 101000010 1000001 101110

Color Harmonies of #C32A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32A8C

Black with #C32A8C

Text Example


Text Example

White with #C32A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32A8C; }

 p { color: rgb(195,42,140); }

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

background-color css

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

 a { background-color: rgb(195,42,140); }

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

border-color css

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

 span { border-color: rgb(195,42,140); }

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