Html Css Color HEX #C421BE Deep Magenta

📋 copy color: '#C421BE'

red 196 ◦ green 33 ◦ blue 190

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

Shades of Deep Magenta #C421BE

Tints of Deep Magenta #C421BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.35%

R = 46.78%
G = 7.88%
B = 45.35%

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

#C421BE (or 0xC421BE) is known color: Deep Magenta. HEX triplet: C4, 21 and BE. RGB value is (196,33,190). Sum of RGB (Red+Green+Blue) = 196+33+190=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C421BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C421BE is #3BDE41. Grayscale: #636363. Windows color (decimal): -3923522 or 12460484. OLE color: 12460484.

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

Color convert

RGB 196 33 190 -
CMYK 0 0.83 0.03 0.23
HSL 302.21º 0.71% 0.45% -
HSV(B) 302.21º 0.83% 0.77% -
XYZ 32.6 16.54 50.19 -
YUV 99.64 179 196.73 -
System Red Green Blue C M Y K H S L
Decimal 196 33 190 0 0.83 0.03 0.23 302.21 0.71 0.45
Hex C4 21 BE 0 53 3 17 12E 47 2D
Octal 304 41 276 0 123 3 27 456 107 55
Binary 11000100 100001 10111110 0 1010011 11 10111 100101110 1000111 101101

Color Harmonies of #C421BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C421BE

Black with #C421BE

Text Example


Text Example

White with #C421BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C421BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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