Html Css Color HEX #C407AF Deep Magenta

📋 copy color: '#C407AF'

red 196 ◦ green 7 ◦ blue 175

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

Shades of Deep Magenta #C407AF

Tints of Deep Magenta #C407AF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.85%

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

R = 51.85%
G = 1.85%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C407AF (or 0xC407AF) is known color: Deep Magenta. HEX triplet: C4, 07 and AF. RGB value is (196,7,175). Sum of RGB (Red+Green+Blue) = 196+7+175=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C407AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C407AF is #3BF850. Grayscale: #525252. Windows color (decimal): -3930193 or 11470788. OLE color: 11470788.

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

Color convert

RGB 196 7 175 -
CMYK 0 0.96 0.11 0.23
HSL 306.67º 0.93% 0.4% -
HSV(B) 306.67º 0.96% 0.77% -
XYZ 30.58 14.98 41.84 -
YUV 82.66 180.12 208.84 -
System Red Green Blue C M Y K H S L
Decimal 196 7 175 0 0.96 0.11 0.23 306.67 0.93 0.4
Hex C4 7 AF 0 60 B 17 133 5D 28
Octal 304 7 257 0 140 13 27 463 135 50
Binary 11000100 111 10101111 0 1100000 1011 10111 100110011 1011101 101000

Color Harmonies of #C407AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C407AF

Black with #C407AF

Text Example


Text Example

White with #C407AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C407AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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