Html Css Color HEX #C324A5 Medium Violet Red

📋 copy color: '#C324A5'

red 195 ◦ green 36 ◦ blue 165

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

Shades of Medium Violet Red #C324A5

Tints of Medium Violet Red #C324A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.67%

R = 49.24%
G = 9.09%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C324A5 (or 0xC324A5) is known color: Medium Violet Red. HEX triplet: C3, 24 and A5. RGB value is (195,36,165). Sum of RGB (Red+Green+Blue) = 195+36+165=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 165 (64.84% from 255 or 41.67% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C324A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C324A5 is #3CDB5A. Grayscale: #616161. Windows color (decimal): -3988315 or 10822851. OLE color: 10822851.

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

Color convert

RGB 195 36 165 -
CMYK 0 0.82 0.15 0.24
HSL 311.32º 0.69% 0.45% -
HSV(B) 311.32º 0.82% 0.76% -
XYZ 29.93 15.58 37.03 -
YUV 98.25 165.68 197.01 -
System Red Green Blue C M Y K H S L
Decimal 195 36 165 0 0.82 0.15 0.24 311.32 0.69 0.45
Hex C3 24 A5 0 52 F 18 137 45 2D
Octal 303 44 245 0 122 17 30 467 105 55
Binary 11000011 100100 10100101 0 1010010 1111 11000 100110111 1000101 101101

Color Harmonies of #C324A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C324A5

Black with #C324A5

Text Example


Text Example

White with #C324A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C324A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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