Html Css Color HEX #C426C8 Deep Magenta

📋 copy color: '#C426C8'

red 196 ◦ green 38 ◦ blue 200

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

Shades of Deep Magenta #C426C8

Tints of Deep Magenta #C426C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 46.08%

R = 45.16%
G = 8.76%
B = 46.08%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C426C8 (or 0xC426C8) is known color: Deep Magenta. HEX triplet: C4, 26 and C8. RGB value is (196,38,200). Sum of RGB (Red+Green+Blue) = 196+38+200=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 38 (15.23% from 255 or 8.76% from 434); Blue value is 200 (78.52% from 255 or 46.08% from 434); Max value from RGB is 200 - color contains mainly: blue. Hex color #C426C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C426C8 is #3BD937. Grayscale: #676767. Windows color (decimal): -3922232 or 13117124. OLE color: 13117124.

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

Color convert

RGB 196 38 200 -
CMYK 0.02 0.81 0 0.22
HSL 298.52º 0.68% 0.47% -
HSV(B) 298.52º 0.81% 0.78% -
XYZ 33.88 17.29 56.2 -
YUV 103.71 182.35 193.83 -
System Red Green Blue C M Y K H S L
Decimal 196 38 200 0.02 0.81 0 0.22 298.52 0.68 0.47
Hex C4 26 C8 2 51 0 16 12B 44 2F
Octal 304 46 310 2 121 0 26 453 104 57
Binary 11000100 100110 11001000 10 1010001 0 10110 100101011 1000100 101111

Color Harmonies of #C426C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C426C8

Black with #C426C8

Text Example


Text Example

White with #C426C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C426C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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