Html Css Color HEX #C425AF Deep Magenta

📋 copy color: '#C425AF'

red 196 ◦ green 37 ◦ blue 175

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

Shades of Deep Magenta #C425AF

Tints of Deep Magenta #C425AF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.07%

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

R = 48.04%
G = 9.07%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C425AF (or 0xC425AF) is known color: Deep Magenta. HEX triplet: C4, 25 and AF. RGB value is (196,37,175). Sum of RGB (Red+Green+Blue) = 196+37+175=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C425AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C425AF is #3BDA50. Grayscale: #636363. Windows color (decimal): -3922513 or 11478468. OLE color: 11478468.

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

Color convert

RGB 196 37 175 -
CMYK 0 0.81 0.11 0.23
HSL 307.92º 0.68% 0.46% -
HSV(B) 307.92º 0.81% 0.77% -
XYZ 31.16 16.15 42.03 -
YUV 100.27 170.18 196.28 -
System Red Green Blue C M Y K H S L
Decimal 196 37 175 0 0.81 0.11 0.23 307.92 0.68 0.46
Hex C4 25 AF 0 51 B 17 134 44 2E
Octal 304 45 257 0 121 13 27 464 104 56
Binary 11000100 100101 10101111 0 1010001 1011 10111 100110100 1000100 101110

Color Harmonies of #C425AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C425AF

Black with #C425AF

Text Example


Text Example

White with #C425AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C425AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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