Html Css Color HEX #C326A8 Medium Violet Red

📋 copy color: '#C326A8'

red 195 ◦ green 38 ◦ blue 168

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

Shades of Medium Violet Red #C326A8

Tints of Medium Violet Red #C326A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.9%

R = 48.63%
G = 9.48%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C326A8 (or 0xC326A8) is known color: Medium Violet Red. HEX triplet: C3, 26 and A8. RGB value is (195,38,168). Sum of RGB (Red+Green+Blue) = 195+38+168=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C326A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C326A8 is #3CD957. Grayscale: #636363. Windows color (decimal): -3987800 or 11019971. OLE color: 11019971.

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

Color convert

RGB 195 38 168 -
CMYK 0 0.81 0.14 0.24
HSL 310.32º 0.67% 0.46% -
HSV(B) 310.32º 0.81% 0.76% -
XYZ 30.27 15.82 38.5 -
YUV 99.76 166.51 195.93 -
System Red Green Blue C M Y K H S L
Decimal 195 38 168 0 0.81 0.14 0.24 310.32 0.67 0.46
Hex C3 26 A8 0 51 E 18 136 43 2E
Octal 303 46 250 0 121 16 30 466 103 56
Binary 11000011 100110 10101000 0 1010001 1110 11000 100110110 1000011 101110

Color Harmonies of #C326A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C326A8

Black with #C326A8

Text Example


Text Example

White with #C326A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C326A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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