Html Css Color HEX #C421B6 Deep Magenta

📋 copy color: '#C421B6'

red 196 ◦ green 33 ◦ blue 182

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

Shades of Deep Magenta #C421B6

Tints of Deep Magenta #C421B6

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.03%

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

R = 47.69%
G = 8.03%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C421B6 (or 0xC421B6) is known color: Deep Magenta. HEX triplet: C4, 21 and B6. RGB value is (196,33,182). Sum of RGB (Red+Green+Blue) = 196+33+182=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C421B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C421B6 is #3BDE49. Grayscale: #626262. Windows color (decimal): -3923530 or 11936196. OLE color: 11936196.

HSL color Cylindrical-coordinate representation of color #C421B6: hue angle of 305.15º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C421B6 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 33 182 -
CMYK 0 0.83 0.07 0.23
HSL 305.15º 0.71% 0.45% -
HSV(B) 305.15º 0.83% 0.77% -
XYZ 31.75 16.2 45.71 -
YUV 98.72 175 197.38 -
System Red Green Blue C M Y K H S L
Decimal 196 33 182 0 0.83 0.07 0.23 305.15 0.71 0.45
Hex C4 21 B6 0 53 7 17 131 47 2D
Octal 304 41 266 0 123 7 27 461 107 55
Binary 11000100 100001 10110110 0 1010011 111 10111 100110001 1000111 101101

Color Harmonies of #C421B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C421B6

Black with #C421B6

Text Example


Text Example

White with #C421B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C421B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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