Html Css Color HEX #C326AC Medium Violet Red

📋 copy color: '#C326AC'

red 195 ◦ green 38 ◦ blue 172

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

Shades of Medium Violet Red #C326AC

Tints of Medium Violet Red #C326AC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.38%

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

R = 48.15%
G = 9.38%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C326AC (or 0xC326AC) is known color: Medium Violet Red. HEX triplet: C3, 26 and AC. RGB value is (195,38,172). Sum of RGB (Red+Green+Blue) = 195+38+172=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C326AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C326AC is #3CD953. Grayscale: #636363. Windows color (decimal): -3987796 or 11282115. OLE color: 11282115.

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

Color convert

RGB 195 38 172 -
CMYK 0 0.81 0.12 0.24
HSL 308.79º 0.67% 0.46% -
HSV(B) 308.79º 0.81% 0.76% -
XYZ 30.65 15.97 40.5 -
YUV 100.22 168.51 195.6 -
System Red Green Blue C M Y K H S L
Decimal 195 38 172 0 0.81 0.12 0.24 308.79 0.67 0.46
Hex C3 26 AC 0 51 C 18 135 43 2E
Octal 303 46 254 0 121 14 30 465 103 56
Binary 11000011 100110 10101100 0 1010001 1100 11000 100110101 1000011 101110

Color Harmonies of #C326AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C326AC

Black with #C326AC

Text Example


Text Example

White with #C326AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C326AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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