Html Css Color HEX #C421BC Deep Magenta

📋 copy color: '#C421BC'

red 196 ◦ green 33 ◦ blue 188

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

Shades of Deep Magenta #C421BC

Tints of Deep Magenta #C421BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.08%

R = 47%
G = 7.91%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C421BC (or 0xC421BC) is known color: Deep Magenta. HEX triplet: C4, 21 and BC. RGB value is (196,33,188). Sum of RGB (Red+Green+Blue) = 196+33+188=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C421BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C421BC is #3BDE43. Grayscale: #626262. Windows color (decimal): -3923524 or 12329412. OLE color: 12329412.

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

Color convert

RGB 196 33 188 -
CMYK 0 0.83 0.04 0.23
HSL 302.94º 0.71% 0.45% -
HSV(B) 302.94º 0.83% 0.77% -
XYZ 32.39 16.45 49.05 -
YUV 99.41 178 196.9 -
System Red Green Blue C M Y K H S L
Decimal 196 33 188 0 0.83 0.04 0.23 302.94 0.71 0.45
Hex C4 21 BC 0 53 4 17 12F 47 2D
Octal 304 41 274 0 123 4 27 457 107 55
Binary 11000100 100001 10111100 0 1010011 100 10111 100101111 1000111 101101

Color Harmonies of #C421BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C421BC

Black with #C421BC

Text Example


Text Example

White with #C421BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C421BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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