Html Css Color HEX #C410AF Deep Magenta

📋 copy color: '#C410AF'

red 196 ◦ green 16 ◦ blue 175

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

Shades of Deep Magenta #C410AF

Tints of Deep Magenta #C410AF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.13%

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

R = 50.65%
G = 4.13%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C410AF (or 0xC410AF) is known color: Deep Magenta. HEX triplet: C4, 10 and AF. RGB value is (196,16,175). Sum of RGB (Red+Green+Blue) = 196+16+175=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C410AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C410AF is #3BEF50. Grayscale: #575757. Windows color (decimal): -3927889 or 11473092. OLE color: 11473092.

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

Color convert

RGB 196 16 175 -
CMYK 0 0.92 0.11 0.23
HSL 307º 0.85% 0.42% -
HSV(B) 307º 0.92% 0.77% -
XYZ 30.69 15.2 41.87 -
YUV 87.95 177.13 205.07 -
System Red Green Blue C M Y K H S L
Decimal 196 16 175 0 0.92 0.11 0.23 307 0.85 0.42
Hex C4 10 AF 0 5C B 17 133 55 2A
Octal 304 20 257 0 134 13 27 463 125 52
Binary 11000100 10000 10101111 0 1011100 1011 10111 100110011 1010101 101010

Color Harmonies of #C410AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C410AF

Black with #C410AF

Text Example


Text Example

White with #C410AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C410AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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