Html Css Color HEX #C32A8E Medium Red Violet

📋 copy color: '#C32A8E'

red 195 ◦ green 42 ◦ blue 142

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

Shades of Medium Red Violet #C32A8E

Tints of Medium Red Violet #C32A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.47%

R = 51.45%
G = 11.08%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C32A8E (or 0xC32A8E) is known color: Medium Red Violet. HEX triplet: C3, 2A and 8E. RGB value is (195,42,142). Sum of RGB (Red+Green+Blue) = 195+42+142=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32A8E is #3CD571. Grayscale: #626262. Windows color (decimal): -3986802 or 9317059. OLE color: 9317059.

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

Color convert

RGB 195 42 142 -
CMYK 0 0.78 0.27 0.24
HSL 320.78º 0.65% 0.46% -
HSV(B) 320.78º 0.78% 0.76% -
XYZ 28.22 15.21 27.04 -
YUV 99.15 152.19 196.37 -
System Red Green Blue C M Y K H S L
Decimal 195 42 142 0 0.78 0.27 0.24 320.78 0.65 0.46
Hex C3 2A 8E 0 4E 1B 18 141 41 2E
Octal 303 52 216 0 116 33 30 501 101 56
Binary 11000011 101010 10001110 0 1001110 11011 11000 101000001 1000001 101110

Color Harmonies of #C32A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32A8E

Black with #C32A8E

Text Example


Text Example

White with #C32A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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