Html Css Color HEX #C324A3 Medium Violet Red

📋 copy color: '#C324A3'

red 195 ◦ green 36 ◦ blue 163

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

Shades of Medium Violet Red #C324A3

Tints of Medium Violet Red #C324A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 41.37%

R = 49.49%
G = 9.14%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C324A3 (or 0xC324A3) is known color: Medium Violet Red. HEX triplet: C3, 24 and A3. RGB value is (195,36,163). Sum of RGB (Red+Green+Blue) = 195+36+163=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 163 (64.06% from 255 or 41.37% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C324A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C324A3 is #3CDB5C. Grayscale: #616161. Windows color (decimal): -3988317 or 10691779. OLE color: 10691779.

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

Color convert

RGB 195 36 163 -
CMYK 0 0.82 0.16 0.24
HSL 312.08º 0.69% 0.45% -
HSV(B) 312.08º 0.82% 0.76% -
XYZ 29.75 15.51 36.08 -
YUV 98.02 164.68 197.17 -
System Red Green Blue C M Y K H S L
Decimal 195 36 163 0 0.82 0.16 0.24 312.08 0.69 0.45
Hex C3 24 A3 0 52 10 18 138 45 2D
Octal 303 44 243 0 122 20 30 470 105 55
Binary 11000011 100100 10100011 0 1010010 10000 11000 100111000 1000101 101101

Color Harmonies of #C324A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C324A3

Black with #C324A3

Text Example


Text Example

White with #C324A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C324A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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