Html Css Color HEX #C426BC Deep Magenta

📋 copy color: '#C426BC'

red 196 ◦ green 38 ◦ blue 188

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

Shades of Deep Magenta #C426BC

Tints of Deep Magenta #C426BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.55%

R = 46.45%
G = 9%
B = 44.55%

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

#C426BC (or 0xC426BC) is known color: Deep Magenta. HEX triplet: C4, 26 and BC. RGB value is (196,38,188). Sum of RGB (Red+Green+Blue) = 196+38+188=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C426BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C426BC is #3BD943. Grayscale: #656565. Windows color (decimal): -3922244 or 12330692. OLE color: 12330692.

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

Color convert

RGB 196 38 188 -
CMYK 0 0.81 0.04 0.23
HSL 303.04º 0.68% 0.46% -
HSV(B) 303.04º 0.81% 0.77% -
XYZ 32.54 16.75 49.1 -
YUV 102.34 176.35 194.8 -
System Red Green Blue C M Y K H S L
Decimal 196 38 188 0 0.81 0.04 0.23 303.04 0.68 0.46
Hex C4 26 BC 0 51 4 17 12F 44 2E
Octal 304 46 274 0 121 4 27 457 104 56
Binary 11000100 100110 10111100 0 1010001 100 10111 100101111 1000100 101110

Color Harmonies of #C426BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C426BC

Black with #C426BC

Text Example


Text Example

White with #C426BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C426BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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