Html Css Color HEX #C324AF Deep Magenta

📋 copy color: '#C324AF'

red 195 ◦ green 36 ◦ blue 175

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

Shades of Deep Magenta #C324AF

Tints of Deep Magenta #C324AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.1%

R = 48.03%
G = 8.87%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C324AF (or 0xC324AF) is known color: Deep Magenta. HEX triplet: C3, 24 and AF. RGB value is (195,36,175). Sum of RGB (Red+Green+Blue) = 195+36+175=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C324AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C324AF is #3CDB50. Grayscale: #626262. Windows color (decimal): -3988305 or 11478211. OLE color: 11478211.

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

Color convert

RGB 195 36 175 -
CMYK 0 0.82 0.10 0.24
HSL 307.55º 0.69% 0.45% -
HSV(B) 307.55º 0.82% 0.76% -
XYZ 30.87 15.96 42.01 -
YUV 99.39 170.68 196.2 -
System Red Green Blue C M Y K H S L
Decimal 195 36 175 0 0.82 0.10 0.24 307.55 0.69 0.45
Hex C3 24 AF 0 52 A 18 134 45 2D
Octal 303 44 257 0 122 12 30 464 105 55
Binary 11000011 100100 10101111 0 1010010 1010 11000 100110100 1000101 101101

Color Harmonies of #C324AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C324AF

Black with #C324AF

Text Example


Text Example

White with #C324AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C324AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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