Html Css Color HEX #C421B4 Deep Magenta

📋 copy color: '#C421B4'

red 196 ◦ green 33 ◦ blue 180

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

Shades of Deep Magenta #C421B4

Tints of Deep Magenta #C421B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.01%

R = 47.92%
G = 8.07%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C421B4 (or 0xC421B4) is known color: Deep Magenta. HEX triplet: C4, 21 and B4. RGB value is (196,33,180). Sum of RGB (Red+Green+Blue) = 196+33+180=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C421B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C421B4 is #3BDE4B. Grayscale: #626262. Windows color (decimal): -3923532 or 11805124. OLE color: 11805124.

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

Color convert

RGB 196 33 180 -
CMYK 0 0.83 0.08 0.23
HSL 305.89º 0.71% 0.45% -
HSV(B) 305.89º 0.83% 0.77% -
XYZ 31.55 16.12 44.63 -
YUV 98.5 174 197.55 -
System Red Green Blue C M Y K H S L
Decimal 196 33 180 0 0.83 0.08 0.23 305.89 0.71 0.45
Hex C4 21 B4 0 53 8 17 132 47 2D
Octal 304 41 264 0 123 10 27 462 107 55
Binary 11000100 100001 10110100 0 1010011 1000 10111 100110010 1000111 101101

Color Harmonies of #C421B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C421B4

Black with #C421B4

Text Example


Text Example

White with #C421B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C421B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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