Html Css Color HEX #C320AF Deep Magenta

📋 copy color: '#C320AF'

red 195 ◦ green 32 ◦ blue 175

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

Shades of Deep Magenta #C320AF

Tints of Deep Magenta #C320AF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.96%

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

R = 48.51%
G = 7.96%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C320AF (or 0xC320AF) is known color: Deep Magenta. HEX triplet: C3, 20 and AF. RGB value is (195,32,175). Sum of RGB (Red+Green+Blue) = 195+32+175=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C320AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C320AF is #3CDF50. Grayscale: #606060. Windows color (decimal): -3989329 or 11477187. OLE color: 11477187.

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

Color convert

RGB 195 32 175 -
CMYK 0 0.84 0.10 0.24
HSL 307.36º 0.72% 0.45% -
HSV(B) 307.36º 0.84% 0.76% -
XYZ 30.76 15.73 41.97 -
YUV 97.04 172 197.87 -
System Red Green Blue C M Y K H S L
Decimal 195 32 175 0 0.84 0.10 0.24 307.36 0.72 0.45
Hex C3 20 AF 0 54 A 18 133 48 2D
Octal 303 40 257 0 124 12 30 463 110 55
Binary 11000011 100000 10101111 0 1010100 1010 11000 100110011 1001000 101101

Color Harmonies of #C320AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C320AF

Black with #C320AF

Text Example


Text Example

White with #C320AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C320AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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