Html Css Color HEX #C21BBA Deep Magenta

📋 copy color: '#C21BBA'

red 194 ◦ green 27 ◦ blue 186

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

Shades of Deep Magenta #C21BBA

Tints of Deep Magenta #C21BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.7%

R = 47.67%
G = 6.63%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C21BBA (or 0xC21BBA) is known color: Deep Magenta. HEX triplet: C2, 1B and BA. RGB value is (194,27,186). Sum of RGB (Red+Green+Blue) = 194+27+186=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 27 (10.94% from 255 or 6.63% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C21BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21BBA is #3DE445. Grayscale: #5E5E5E. Windows color (decimal): -4056134 or 12196802. OLE color: 12196802.

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

Color convert

RGB 194 27 186 -
CMYK 0 0.86 0.04 0.24
HSL 302.87º 0.76% 0.43% -
HSV(B) 302.87º 0.86% 0.76% -
XYZ 31.5 15.8 47.84 -
YUV 95.06 179.33 198.57 -
System Red Green Blue C M Y K H S L
Decimal 194 27 186 0 0.86 0.04 0.24 302.87 0.76 0.43
Hex C2 1B BA 0 56 4 18 12F 4C 2B
Octal 302 33 272 0 126 4 30 457 114 53
Binary 11000010 11011 10111010 0 1010110 100 11000 100101111 1001100 101011

Color Harmonies of #C21BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21BBA

Black with #C21BBA

Text Example


Text Example

White with #C21BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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