Html Css Color HEX #C327AC Medium Red Violet

📋 copy color: '#C327AC'

red 195 ◦ green 39 ◦ blue 172

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

Shades of Medium Red Violet #C327AC

Tints of Medium Red Violet #C327AC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.61%

 BLUE value IS 172 (67.58% from 255) = 42.36%

R = 48.03%
G = 9.61%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C327AC (or 0xC327AC) is known color: Medium Red Violet. HEX triplet: C3, 27 and AC. RGB value is (195,39,172). Sum of RGB (Red+Green+Blue) = 195+39+172=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 39 (15.62% from 255 or 9.61% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C327AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C327AC is #3CD853. Grayscale: #646464. Windows color (decimal): -3987540 or 11282371. OLE color: 11282371.

HSL color Cylindrical-coordinate representation of color #C327AC: hue angle of 308.85º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C327AC is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 39 172 -
CMYK 0 0.80 0.12 0.24
HSL 308.85º 0.67% 0.46% -
HSV(B) 308.85º 0.8% 0.76% -
XYZ 30.68 16.03 40.51 -
YUV 100.81 168.18 195.19 -
System Red Green Blue C M Y K H S L
Decimal 195 39 172 0 0.80 0.12 0.24 308.85 0.67 0.46
Hex C3 27 AC 0 50 C 18 135 43 2E
Octal 303 47 254 0 120 14 30 465 103 56
Binary 11000011 100111 10101100 0 1010000 1100 11000 100110101 1000011 101110

Color Harmonies of #C327AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C327AC

Black with #C327AC

Text Example


Text Example

White with #C327AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C327AC; }

 p { color: rgb(195,39,172); }

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

background-color css

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

 a { background-color: rgb(195,39,172); }

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

border-color css

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

 span { border-color: rgb(195,39,172); }

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