Html Css Color HEX #C317AC Deep Magenta

📋 copy color: '#C317AC'

red 195 ◦ green 23 ◦ blue 172

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

Shades of Deep Magenta #C317AC

Tints of Deep Magenta #C317AC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.9%

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

R = 50%
G = 5.9%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C317AC (or 0xC317AC) is known color: Deep Magenta. HEX triplet: C3, 17 and AC. RGB value is (195,23,172). Sum of RGB (Red+Green+Blue) = 195+23+172=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C317AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C317AC is #3CE853. Grayscale: #5A5A5A. Windows color (decimal): -3991636 or 11278275. OLE color: 11278275.

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

Color convert

RGB 195 23 172 -
CMYK 0 0.88 0.12 0.24
HSL 308.02º 0.79% 0.43% -
HSV(B) 308.02º 0.88% 0.76% -
XYZ 30.26 15.19 40.37 -
YUV 91.41 173.48 201.88 -
System Red Green Blue C M Y K H S L
Decimal 195 23 172 0 0.88 0.12 0.24 308.02 0.79 0.43
Hex C3 17 AC 0 58 C 18 134 4F 2B
Octal 303 27 254 0 130 14 30 464 117 53
Binary 11000011 10111 10101100 0 1011000 1100 11000 100110100 1001111 101011

Color Harmonies of #C317AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C317AC

Black with #C317AC

Text Example


Text Example

White with #C317AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C317AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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