Html Css Color HEX #C21BAD Deep Magenta

📋 copy color: '#C21BAD'

red 194 ◦ green 27 ◦ blue 173

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

Shades of Deep Magenta #C21BAD

Tints of Deep Magenta #C21BAD

RGB

 RED value IS 194 (76.17% from 255) = 49.24%

 GREEN value IS 27 (10.94% from 255) = 6.85%

 BLUE value IS 173 (67.97% from 255) = 43.91%

R = 49.24%
G = 6.85%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C21BAD (or 0xC21BAD) is known color: Deep Magenta. HEX triplet: C2, 1B and AD. RGB value is (194,27,173). Sum of RGB (Red+Green+Blue) = 194+27+173=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 27 (10.94% from 255 or 6.85% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C21BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21BAD is #3DE452. Grayscale: #5D5D5D. Windows color (decimal): -4056147 or 11344834. OLE color: 11344834.

HSL color Cylindrical-coordinate representation of color #C21BAD: hue angle of 307.54º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21BAD is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 27 173 -
CMYK 0 0.86 0.11 0.24
HSL 307.54º 0.76% 0.43% -
HSV(B) 307.54º 0.86% 0.76% -
XYZ 30.18 15.27 40.89 -
YUV 93.58 172.83 199.63 -
System Red Green Blue C M Y K H S L
Decimal 194 27 173 0 0.86 0.11 0.24 307.54 0.76 0.43
Hex C2 1B AD 0 56 B 18 134 4C 2B
Octal 302 33 255 0 126 13 30 464 114 53
Binary 11000010 11011 10101101 0 1010110 1011 11000 100110100 1001100 101011

Color Harmonies of #C21BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21BAD

Black with #C21BAD

Text Example


Text Example

White with #C21BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21BAD; }

 p { color: rgb(194,27,173); }

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

background-color css

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

 a { background-color: rgb(194,27,173); }

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

border-color css

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

 span { border-color: rgb(194,27,173); }

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