Html Css Color HEX #C425BD Deep Magenta

📋 copy color: '#C425BD'

red 196 ◦ green 37 ◦ blue 189

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

Shades of Deep Magenta #C425BD

Tints of Deep Magenta #C425BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.79%

R = 46.45%
G = 8.77%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C425BD (or 0xC425BD) is known color: Deep Magenta. HEX triplet: C4, 25 and BD. RGB value is (196,37,189). Sum of RGB (Red+Green+Blue) = 196+37+189=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C425BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C425BD is #3BDA42. Grayscale: #656565. Windows color (decimal): -3922499 or 12395972. OLE color: 12395972.

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

Color convert

RGB 196 37 189 -
CMYK 0 0.81 0.04 0.23
HSL 302.64º 0.68% 0.46% -
HSV(B) 302.64º 0.81% 0.77% -
XYZ 32.61 16.73 49.66 -
YUV 101.87 177.18 195.14 -
System Red Green Blue C M Y K H S L
Decimal 196 37 189 0 0.81 0.04 0.23 302.64 0.68 0.46
Hex C4 25 BD 0 51 4 17 12F 44 2E
Octal 304 45 275 0 121 4 27 457 104 56
Binary 11000100 100101 10111101 0 1010001 100 10111 100101111 1000100 101110

Color Harmonies of #C425BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C425BD

Black with #C425BD

Text Example


Text Example

White with #C425BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C425BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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