Html Css Color HEX #C21BB6 Deep Magenta

📋 copy color: '#C21BB6'

red 194 ◦ green 27 ◦ blue 182

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

Shades of Deep Magenta #C21BB6

Tints of Deep Magenta #C21BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.16%

R = 48.14%
G = 6.7%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C21BB6 (or 0xC21BB6) is known color: Deep Magenta. HEX triplet: C2, 1B and B6. RGB value is (194,27,182). Sum of RGB (Red+Green+Blue) = 194+27+182=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 27 (10.94% from 255 or 6.70% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C21BB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21BB6 is #3DE449. Grayscale: #5E5E5E. Windows color (decimal): -4056138 or 11934658. OLE color: 11934658.

HSL color Cylindrical-coordinate representation of color #C21BB6: hue angle of 304.31º 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 #C21BB6 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 27 182 -
CMYK 0 0.86 0.06 0.24
HSL 304.31º 0.76% 0.43% -
HSV(B) 304.31º 0.86% 0.76% -
XYZ 31.08 15.63 45.63 -
YUV 94.6 177.33 198.9 -
System Red Green Blue C M Y K H S L
Decimal 194 27 182 0 0.86 0.06 0.24 304.31 0.76 0.43
Hex C2 1B B6 0 56 6 18 130 4C 2B
Octal 302 33 266 0 126 6 30 460 114 53
Binary 11000010 11011 10110110 0 1010110 110 11000 100110000 1001100 101011

Color Harmonies of #C21BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21BB6

Black with #C21BB6

Text Example


Text Example

White with #C21BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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