Html Css Color HEX #C326AB Medium Violet Red

📋 copy color: '#C326AB'

red 195 ◦ green 38 ◦ blue 171

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

Shades of Medium Violet Red #C326AB

Tints of Medium Violet Red #C326AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.33%

R = 48.27%
G = 9.41%
B = 42.33%

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

#C326AB (or 0xC326AB) is known color: Medium Violet Red. HEX triplet: C3, 26 and AB. RGB value is (195,38,171). Sum of RGB (Red+Green+Blue) = 195+38+171=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C326AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C326AB is #3CD954. Grayscale: #636363. Windows color (decimal): -3987797 or 11216579. OLE color: 11216579.

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

Color convert

RGB 195 38 171 -
CMYK 0 0.81 0.12 0.24
HSL 309.17º 0.67% 0.46% -
HSV(B) 309.17º 0.81% 0.76% -
XYZ 30.55 15.93 39.99 -
YUV 100.11 168.01 195.69 -
System Red Green Blue C M Y K H S L
Decimal 195 38 171 0 0.81 0.12 0.24 309.17 0.67 0.46
Hex C3 26 AB 0 51 C 18 135 43 2E
Octal 303 46 253 0 121 14 30 465 103 56
Binary 11000011 100110 10101011 0 1010001 1100 11000 100110101 1000011 101110

Color Harmonies of #C326AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C326AB

Black with #C326AB

Text Example


Text Example

White with #C326AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C326AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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