Html Css Color HEX #C426CB Deep Magenta

📋 copy color: '#C426CB'

red 196 ◦ green 38 ◦ blue 203

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

Shades of Deep Magenta #C426CB

Tints of Deep Magenta #C426CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.45%

R = 44.85%
G = 8.7%
B = 46.45%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C426CB (or 0xC426CB) is known color: Deep Magenta. HEX triplet: C4, 26 and CB. RGB value is (196,38,203). Sum of RGB (Red+Green+Blue) = 196+38+203=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 38 (15.23% from 255 or 8.70% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #C426CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C426CB is #3BD934. Grayscale: #676767. Windows color (decimal): -3922229 or 13313732. OLE color: 13313732.

HSL color Cylindrical-coordinate representation of color #C426CB: hue angle of 297.45º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C426CB is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 38 203 -
CMYK 0.03 0.81 0 0.20
HSL 297.45º 0.68% 0.47% -
HSV(B) 297.45º 0.81% 0.8% -
XYZ 34.24 17.43 58.06 -
YUV 104.05 183.85 193.58 -
System Red Green Blue C M Y K H S L
Decimal 196 38 203 0.03 0.81 0 0.20 297.45 0.68 0.47
Hex C4 26 CB 3 51 0 14 129 44 2F
Octal 304 46 313 3 121 0 24 451 104 57
Binary 11000100 100110 11001011 11 1010001 0 10100 100101001 1000100 101111

Color Harmonies of #C426CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C426CB

Black with #C426CB

Text Example


Text Example

White with #C426CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C426CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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