Html Css Color HEX #C326AE Medium Violet Red

📋 copy color: '#C326AE'

red 195 ◦ green 38 ◦ blue 174

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

Shades of Medium Violet Red #C326AE

Tints of Medium Violet Red #C326AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.75%

R = 47.91%
G = 9.34%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C326AE (or 0xC326AE) is known color: Medium Violet Red. HEX triplet: C3, 26 and AE. RGB value is (195,38,174). Sum of RGB (Red+Green+Blue) = 195+38+174=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C326AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C326AE is #3CD951. Grayscale: #646464. Windows color (decimal): -3987794 or 11413187. OLE color: 11413187.

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

Color convert

RGB 195 38 174 -
CMYK 0 0.81 0.11 0.24
HSL 308.03º 0.67% 0.46% -
HSV(B) 308.03º 0.81% 0.76% -
XYZ 30.84 16.04 41.52 -
YUV 100.45 169.51 195.44 -
System Red Green Blue C M Y K H S L
Decimal 195 38 174 0 0.81 0.11 0.24 308.03 0.67 0.46
Hex C3 26 AE 0 51 B 18 134 43 2E
Octal 303 46 256 0 121 13 30 464 103 56
Binary 11000011 100110 10101110 0 1010001 1011 11000 100110100 1000011 101110

Color Harmonies of #C326AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C326AE

Black with #C326AE

Text Example


Text Example

White with #C326AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C326AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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