Html Css Color HEX #C324AE Medium Violet Red

📋 copy color: '#C324AE'

red 195 ◦ green 36 ◦ blue 174

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

Shades of Medium Violet Red #C324AE

Tints of Medium Violet Red #C324AE

RGB

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

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

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

R = 48.15%
G = 8.89%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C324AE (or 0xC324AE) is known color: Medium Violet Red. HEX triplet: C3, 24 and AE. RGB value is (195,36,174). Sum of RGB (Red+Green+Blue) = 195+36+174=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C324AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C324AE is #3CDB51. Grayscale: #626262. Windows color (decimal): -3988306 or 11412675. OLE color: 11412675.

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

Color convert

RGB 195 36 174 -
CMYK 0 0.82 0.11 0.24
HSL 307.92º 0.69% 0.45% -
HSV(B) 307.92º 0.82% 0.76% -
XYZ 30.78 15.92 41.5 -
YUV 99.27 170.18 196.28 -
System Red Green Blue C M Y K H S L
Decimal 195 36 174 0 0.82 0.11 0.24 307.92 0.69 0.45
Hex C3 24 AE 0 52 B 18 134 45 2D
Octal 303 44 256 0 122 13 30 464 105 55
Binary 11000011 100100 10101110 0 1010010 1011 11000 100110100 1000101 101101

Color Harmonies of #C324AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C324AE

Black with #C324AE

Text Example


Text Example

White with #C324AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C324AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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