Html Css Color HEX #C405AF Deep Magenta

📋 copy color: '#C405AF'

red 196 ◦ green 5 ◦ blue 175

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

Shades of Deep Magenta #C405AF

Tints of Deep Magenta #C405AF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.33%

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

R = 52.13%
G = 1.33%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C405AF (or 0xC405AF) is known color: Deep Magenta. HEX triplet: C4, 05 and AF. RGB value is (196,5,175). Sum of RGB (Red+Green+Blue) = 196+5+175=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C405AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C405AF is #3BFA50. Grayscale: #515151. Windows color (decimal): -3930705 or 11470276. OLE color: 11470276.

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

Color convert

RGB 196 5 175 -
CMYK 0 0.97 0.11 0.23
HSL 306.6º 0.95% 0.39% -
HSV(B) 306.6º 0.97% 0.77% -
XYZ 30.56 14.94 41.83 -
YUV 81.49 180.78 209.68 -
System Red Green Blue C M Y K H S L
Decimal 196 5 175 0 0.97 0.11 0.23 306.6 0.95 0.39
Hex C4 5 AF 0 61 B 17 133 5F 27
Octal 304 5 257 0 141 13 27 463 137 47
Binary 11000100 101 10101111 0 1100001 1011 10111 100110011 1011111 100111

Color Harmonies of #C405AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C405AF

Black with #C405AF

Text Example


Text Example

White with #C405AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C405AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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