Html Css Color HEX #C324AA Medium Violet Red

📋 copy color: '#C324AA'

red 195 ◦ green 36 ◦ blue 170

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

Shades of Medium Violet Red #C324AA

Tints of Medium Violet Red #C324AA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.98%

 BLUE value IS 170 (66.8% from 255) = 42.39%

R = 48.63%
G = 8.98%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C324AA (or 0xC324AA) is known color: Medium Violet Red. HEX triplet: C3, 24 and AA. RGB value is (195,36,170). Sum of RGB (Red+Green+Blue) = 195+36+170=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C324AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C324AA is #3CDB55. Grayscale: #626262. Windows color (decimal): -3988310 or 11150531. OLE color: 11150531.

HSL color Cylindrical-coordinate representation of color #C324AA: hue angle of 309.43º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C324AA is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 36 170 -
CMYK 0 0.82 0.13 0.24
HSL 309.43º 0.69% 0.45% -
HSV(B) 309.43º 0.82% 0.76% -
XYZ 30.39 15.77 39.47 -
YUV 98.82 168.18 196.6 -
System Red Green Blue C M Y K H S L
Decimal 195 36 170 0 0.82 0.13 0.24 309.43 0.69 0.45
Hex C3 24 AA 0 52 D 18 135 45 2D
Octal 303 44 252 0 122 15 30 465 105 55
Binary 11000011 100100 10101010 0 1010010 1101 11000 100110101 1000101 101101

Color Harmonies of #C324AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C324AA

Black with #C324AA

Text Example


Text Example

White with #C324AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C324AA; }

 p { color: rgb(195,36,170); }

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

background-color css

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

 a { background-color: rgb(195,36,170); }

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

border-color css

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

 span { border-color: rgb(195,36,170); }

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