Html Css Color HEX #C32A6C Medium Red Violet

📋 copy color: '#C32A6C'

red 195 ◦ green 42 ◦ blue 108

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

Shades of Medium Red Violet #C32A6C

Tints of Medium Red Violet #C32A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.3%

R = 56.52%
G = 12.17%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C32A6C (or 0xC32A6C) is known color: Medium Red Violet. HEX triplet: C3, 2A and 6C. RGB value is (195,42,108). Sum of RGB (Red+Green+Blue) = 195+42+108=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32A6C is #3CD593. Grayscale: #5F5F5F. Windows color (decimal): -3986836 or 7088835. OLE color: 7088835.

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

Color convert

RGB 195 42 108 -
CMYK 0 0.78 0.45 0.24
HSL 334.12º 0.65% 0.46% -
HSV(B) 334.12º 0.78% 0.76% -
XYZ 26.04 14.34 15.58 -
YUV 95.27 135.19 199.13 -
System Red Green Blue C M Y K H S L
Decimal 195 42 108 0 0.78 0.45 0.24 334.12 0.65 0.46
Hex C3 2A 6C 0 4E 2D 18 14E 41 2E
Octal 303 52 154 0 116 55 30 516 101 56
Binary 11000011 101010 1101100 0 1001110 101101 11000 101001110 1000001 101110

Color Harmonies of #C32A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32A6C

Black with #C32A6C

Text Example


Text Example

White with #C32A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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