Html Css Color HEX #C421AF Deep Magenta

📋 copy color: '#C421AF'

red 196 ◦ green 33 ◦ blue 175

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

Shades of Deep Magenta #C421AF

Tints of Deep Magenta #C421AF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.17%

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

R = 48.51%
G = 8.17%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C421AF (or 0xC421AF) is known color: Deep Magenta. HEX triplet: C4, 21 and AF. RGB value is (196,33,175). Sum of RGB (Red+Green+Blue) = 196+33+175=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C421AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C421AF is #3BDE50. Grayscale: #616161. Windows color (decimal): -3923537 or 11477444. OLE color: 11477444.

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

Color convert

RGB 196 33 175 -
CMYK 0 0.83 0.11 0.23
HSL 307.73º 0.71% 0.45% -
HSV(B) 307.73º 0.83% 0.77% -
XYZ 31.05 15.92 41.99 -
YUV 97.93 171.5 197.95 -
System Red Green Blue C M Y K H S L
Decimal 196 33 175 0 0.83 0.11 0.23 307.73 0.71 0.45
Hex C4 21 AF 0 53 B 17 134 47 2D
Octal 304 41 257 0 123 13 27 464 107 55
Binary 11000100 100001 10101111 0 1010011 1011 10111 100110100 1000111 101101

Color Harmonies of #C421AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C421AF

Black with #C421AF

Text Example


Text Example

White with #C421AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C421AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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