Html Css Color HEX #C317AF Deep Magenta

📋 copy color: '#C317AF'

red 195 ◦ green 23 ◦ blue 175

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

Shades of Deep Magenta #C317AF

Tints of Deep Magenta #C317AF

RGB

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

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

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

R = 49.62%
G = 5.85%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C317AF (or 0xC317AF) is known color: Deep Magenta. HEX triplet: C3, 17 and AF. RGB value is (195,23,175). Sum of RGB (Red+Green+Blue) = 195+23+175=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C317AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C317AF is #3CE850. Grayscale: #5B5B5B. Windows color (decimal): -3991633 or 11474883. OLE color: 11474883.

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

Color convert

RGB 195 23 175 -
CMYK 0 0.88 0.10 0.24
HSL 306.98º 0.79% 0.43% -
HSV(B) 306.98º 0.88% 0.76% -
XYZ 30.55 15.31 41.9 -
YUV 91.76 174.98 201.64 -
System Red Green Blue C M Y K H S L
Decimal 195 23 175 0 0.88 0.10 0.24 306.98 0.79 0.43
Hex C3 17 AF 0 58 A 18 133 4F 2B
Octal 303 27 257 0 130 12 30 463 117 53
Binary 11000011 10111 10101111 0 1011000 1010 11000 100110011 1001111 101011

Color Harmonies of #C317AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C317AF

Black with #C317AF

Text Example


Text Example

White with #C317AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C317AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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