Html Css Color HEX #C421BF Deep Magenta

📋 copy color: '#C421BF'

red 196 ◦ green 33 ◦ blue 191

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

Shades of Deep Magenta #C421BF

Tints of Deep Magenta #C421BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.48%

R = 46.67%
G = 7.86%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C421BF (or 0xC421BF) is known color: Deep Magenta. HEX triplet: C4, 21 and BF. RGB value is (196,33,191). Sum of RGB (Red+Green+Blue) = 196+33+191=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C421BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C421BF is #3BDE40. Grayscale: #636363. Windows color (decimal): -3923521 or 12526020. OLE color: 12526020.

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

Color convert

RGB 196 33 191 -
CMYK 0 0.83 0.03 0.23
HSL 301.84º 0.71% 0.45% -
HSV(B) 301.84º 0.83% 0.77% -
XYZ 32.71 16.59 50.77 -
YUV 99.75 179.5 196.65 -
System Red Green Blue C M Y K H S L
Decimal 196 33 191 0 0.83 0.03 0.23 301.84 0.71 0.45
Hex C4 21 BF 0 53 3 17 12E 47 2D
Octal 304 41 277 0 123 3 27 456 107 55
Binary 11000100 100001 10111111 0 1010011 11 10111 100101110 1000111 101101

Color Harmonies of #C421BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C421BF

Black with #C421BF

Text Example


Text Example

White with #C421BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C421BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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