Html Css Color HEX #C321AF Deep Magenta

📋 copy color: '#C321AF'

red 195 ◦ green 33 ◦ blue 175

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

Shades of Deep Magenta #C321AF

Tints of Deep Magenta #C321AF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.19%

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

R = 48.39%
G = 8.19%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C321AF (or 0xC321AF) is known color: Deep Magenta. HEX triplet: C3, 21 and AF. RGB value is (195,33,175). Sum of RGB (Red+Green+Blue) = 195+33+175=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C321AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C321AF is #3CDE50. Grayscale: #616161. Windows color (decimal): -3989073 or 11477443. OLE color: 11477443.

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

Color convert

RGB 195 33 175 -
CMYK 0 0.83 0.10 0.24
HSL 307.41º 0.71% 0.45% -
HSV(B) 307.41º 0.83% 0.76% -
XYZ 30.79 15.78 41.98 -
YUV 97.63 171.67 197.45 -
System Red Green Blue C M Y K H S L
Decimal 195 33 175 0 0.83 0.10 0.24 307.41 0.71 0.45
Hex C3 21 AF 0 53 A 18 133 47 2D
Octal 303 41 257 0 123 12 30 463 107 55
Binary 11000011 100001 10101111 0 1010011 1010 11000 100110011 1000111 101101

Color Harmonies of #C321AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C321AF

Black with #C321AF

Text Example


Text Example

White with #C321AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C321AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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