Html Css Color HEX #C426B6 Deep Magenta

📋 copy color: '#C426B6'

red 196 ◦ green 38 ◦ blue 182

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

Shades of Deep Magenta #C426B6

Tints of Deep Magenta #C426B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.75%

R = 47.12%
G = 9.13%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C426B6 (or 0xC426B6) is known color: Deep Magenta. HEX triplet: C4, 26 and B6. RGB value is (196,38,182). Sum of RGB (Red+Green+Blue) = 196+38+182=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 182 (71.48% from 255 or 43.75% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C426B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C426B6 is #3BD949. Grayscale: #656565. Windows color (decimal): -3922250 or 11937476. OLE color: 11937476.

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

Color convert

RGB 196 38 182 -
CMYK 0 0.81 0.07 0.23
HSL 305.32º 0.68% 0.46% -
HSV(B) 305.32º 0.81% 0.77% -
XYZ 31.9 16.5 45.76 -
YUV 101.66 173.35 195.29 -
System Red Green Blue C M Y K H S L
Decimal 196 38 182 0 0.81 0.07 0.23 305.32 0.68 0.46
Hex C4 26 B6 0 51 7 17 131 44 2E
Octal 304 46 266 0 121 7 27 461 104 56
Binary 11000100 100110 10110110 0 1010001 111 10111 100110001 1000100 101110

Color Harmonies of #C426B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C426B6

Black with #C426B6

Text Example


Text Example

White with #C426B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C426B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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