Html Css Color HEX #C417AE Deep Magenta

📋 copy color: '#C417AE'

red 196 ◦ green 23 ◦ blue 174

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

Shades of Deep Magenta #C417AE

Tints of Deep Magenta #C417AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.27%

R = 49.87%
G = 5.85%
B = 44.27%

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

#C417AE (or 0xC417AE) is known color: Deep Magenta. HEX triplet: C4, 17 and AE. RGB value is (196,23,174). Sum of RGB (Red+Green+Blue) = 196+23+174=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C417AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C417AE is #3BE851. Grayscale: #5B5B5B. Windows color (decimal): -3926098 or 11409348. OLE color: 11409348.

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

Color convert

RGB 196 23 174 -
CMYK 0 0.88 0.11 0.23
HSL 307.63º 0.79% 0.43% -
HSV(B) 307.63º 0.88% 0.77% -
XYZ 30.71 15.4 41.4 -
YUV 91.94 174.31 202.22 -
System Red Green Blue C M Y K H S L
Decimal 196 23 174 0 0.88 0.11 0.23 307.63 0.79 0.43
Hex C4 17 AE 0 58 B 17 134 4F 2B
Octal 304 27 256 0 130 13 27 464 117 53
Binary 11000100 10111 10101110 0 1011000 1011 10111 100110100 1001111 101011

Color Harmonies of #C417AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C417AE

Black with #C417AE

Text Example


Text Example

White with #C417AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C417AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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