Html Css Color HEX #C426CA Deep Magenta

📋 copy color: '#C426CA'

red 196 ◦ green 38 ◦ blue 202

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

Shades of Deep Magenta #C426CA

Tints of Deep Magenta #C426CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.33%

R = 44.95%
G = 8.72%
B = 46.33%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C426CA (or 0xC426CA) is known color: Deep Magenta. HEX triplet: C4, 26 and CA. RGB value is (196,38,202). Sum of RGB (Red+Green+Blue) = 196+38+202=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 38 (15.23% from 255 or 8.72% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #C426CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C426CA is #3BD935. Grayscale: #676767. Windows color (decimal): -3922230 or 13248196. OLE color: 13248196.

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

Color convert

RGB 196 38 202 -
CMYK 0.03 0.81 0 0.21
HSL 297.8º 0.68% 0.47% -
HSV(B) 297.8º 0.81% 0.79% -
XYZ 34.12 17.39 57.43 -
YUV 103.94 183.35 193.66 -
System Red Green Blue C M Y K H S L
Decimal 196 38 202 0.03 0.81 0 0.21 297.8 0.68 0.47
Hex C4 26 CA 3 51 0 15 12A 44 2F
Octal 304 46 312 3 121 0 25 452 104 57
Binary 11000100 100110 11001010 11 1010001 0 10101 100101010 1000100 101111

Color Harmonies of #C426CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C426CA

Black with #C426CA

Text Example


Text Example

White with #C426CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C426CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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