Html Css Color HEX #C426B4 Deep Magenta

📋 copy color: '#C426B4'

red 196 ◦ green 38 ◦ blue 180

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

Shades of Deep Magenta #C426B4

Tints of Deep Magenta #C426B4

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.18%

 BLUE value IS 180 (70.7% from 255) = 43.48%

R = 47.34%
G = 9.18%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C426B4 (or 0xC426B4) is known color: Deep Magenta. HEX triplet: C4, 26 and B4. RGB value is (196,38,180). Sum of RGB (Red+Green+Blue) = 196+38+180=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 38 (15.23% from 255 or 9.18% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C426B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C426B4 is #3BD94B. Grayscale: #656565. Windows color (decimal): -3922252 or 11806404. OLE color: 11806404.

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

Color convert

RGB 196 38 180 -
CMYK 0 0.81 0.08 0.23
HSL 306.08º 0.68% 0.46% -
HSV(B) 306.08º 0.81% 0.77% -
XYZ 31.7 16.42 44.68 -
YUV 101.43 172.35 195.45 -
System Red Green Blue C M Y K H S L
Decimal 196 38 180 0 0.81 0.08 0.23 306.08 0.68 0.46
Hex C4 26 B4 0 51 8 17 132 44 2E
Octal 304 46 264 0 121 10 27 462 104 56
Binary 11000100 100110 10110100 0 1010001 1000 10111 100110010 1000100 101110

Color Harmonies of #C426B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C426B4

Black with #C426B4

Text Example


Text Example

White with #C426B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C426B4; }

 p { color: rgb(196,38,180); }

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

background-color css

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

 a { background-color: rgb(196,38,180); }

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

border-color css

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

 span { border-color: rgb(196,38,180); }

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