Html Css Color HEX #C417AF Deep Magenta

📋 copy color: '#C417AF'

red 196 ◦ green 23 ◦ blue 175

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

Shades of Deep Magenta #C417AF

Tints of Deep Magenta #C417AF

RGB

 RED value IS 196 (76.95% from 255) = 49.75%

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

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

R = 49.75%
G = 5.84%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C417AF (or 0xC417AF) is known color: Deep Magenta. HEX triplet: C4, 17 and AF. RGB value is (196,23,175). Sum of RGB (Red+Green+Blue) = 196+23+175=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 23 (9.38% from 255 or 5.84% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C417AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C417AF is #3BE850. Grayscale: #5B5B5B. Windows color (decimal): -3926097 or 11474884. OLE color: 11474884.

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

Color convert

RGB 196 23 175 -
CMYK 0 0.88 0.11 0.23
HSL 307.28º 0.79% 0.43% -
HSV(B) 307.28º 0.88% 0.77% -
XYZ 30.81 15.44 41.91 -
YUV 92.06 174.81 202.14 -
System Red Green Blue C M Y K H S L
Decimal 196 23 175 0 0.88 0.11 0.23 307.28 0.79 0.43
Hex C4 17 AF 0 58 B 17 133 4F 2B
Octal 304 27 257 0 130 13 27 463 117 53
Binary 11000100 10111 10101111 0 1011000 1011 10111 100110011 1001111 101011

Color Harmonies of #C417AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C417AF

Black with #C417AF

Text Example


Text Example

White with #C417AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C417AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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