Html Css Color HEX #C425B1 Deep Magenta

📋 copy color: '#C425B1'

red 196 ◦ green 37 ◦ blue 177

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

Shades of Deep Magenta #C425B1

Tints of Deep Magenta #C425B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 43.17%

R = 47.8%
G = 9.02%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C425B1 (or 0xC425B1) is known color: Deep Magenta. HEX triplet: C4, 25 and B1. RGB value is (196,37,177). Sum of RGB (Red+Green+Blue) = 196+37+177=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 177 (69.53% from 255 or 43.17% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C425B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C425B1 is #3BDA4E. Grayscale: #646464. Windows color (decimal): -3922511 or 11609540. OLE color: 11609540.

HSL color Cylindrical-coordinate representation of color #C425B1: hue angle of 307.17º 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 #C425B1 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 37 177 -
CMYK 0 0.81 0.10 0.23
HSL 307.17º 0.68% 0.46% -
HSV(B) 307.17º 0.81% 0.77% -
XYZ 31.36 16.23 43.08 -
YUV 100.5 171.18 196.12 -
System Red Green Blue C M Y K H S L
Decimal 196 37 177 0 0.81 0.10 0.23 307.17 0.68 0.46
Hex C4 25 B1 0 51 A 17 133 44 2E
Octal 304 45 261 0 121 12 27 463 104 56
Binary 11000100 100101 10110001 0 1010001 1010 10111 100110011 1000100 101110

Color Harmonies of #C425B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C425B1

Black with #C425B1

Text Example


Text Example

White with #C425B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C425B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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