Html Css Color HEX #C319AC Deep Magenta

📋 copy color: '#C319AC'

red 195 ◦ green 25 ◦ blue 172

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

Shades of Deep Magenta #C319AC

Tints of Deep Magenta #C319AC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.38%

 BLUE value IS 172 (67.58% from 255) = 43.88%

R = 49.74%
G = 6.38%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C319AC (or 0xC319AC) is known color: Deep Magenta. HEX triplet: C3, 19 and AC. RGB value is (195,25,172). Sum of RGB (Red+Green+Blue) = 195+25+172=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C319AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C319AC is #3CE653. Grayscale: #5C5C5C. Windows color (decimal): -3991124 or 11278787. OLE color: 11278787.

HSL color Cylindrical-coordinate representation of color #C319AC: hue angle of 308.12º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C319AC is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 25 172 -
CMYK 0 0.87 0.12 0.24
HSL 308.12º 0.77% 0.43% -
HSV(B) 308.12º 0.87% 0.76% -
XYZ 30.3 15.28 40.38 -
YUV 92.59 172.82 201.05 -
System Red Green Blue C M Y K H S L
Decimal 195 25 172 0 0.87 0.12 0.24 308.12 0.77 0.43
Hex C3 19 AC 0 57 C 18 134 4D 2B
Octal 303 31 254 0 127 14 30 464 115 53
Binary 11000011 11001 10101100 0 1010111 1100 11000 100110100 1001101 101011

Color Harmonies of #C319AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C319AC

Black with #C319AC

Text Example


Text Example

White with #C319AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C319AC; }

 p { color: rgb(195,25,172); }

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

background-color css

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

 a { background-color: rgb(195,25,172); }

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

border-color css

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

 span { border-color: rgb(195,25,172); }

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