Html Css Color HEX #C21CBA Deep Magenta

📋 copy color: '#C21CBA'

red 194 ◦ green 28 ◦ blue 186

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

Shades of Deep Magenta #C21CBA

Tints of Deep Magenta #C21CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.86%

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

R = 47.55%
G = 6.86%
B = 45.59%

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

#C21CBA (or 0xC21CBA) is known color: Deep Magenta. HEX triplet: C2, 1C and BA. RGB value is (194,28,186). Sum of RGB (Red+Green+Blue) = 194+28+186=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C21CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21CBA is #3DE345. Grayscale: #5F5F5F. Windows color (decimal): -4055878 or 12197058. OLE color: 12197058.

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

Color convert

RGB 194 28 186 -
CMYK 0 0.86 0.04 0.24
HSL 302.89º 0.75% 0.44% -
HSV(B) 302.89º 0.86% 0.76% -
XYZ 31.53 15.85 47.85 -
YUV 95.65 179 198.15 -
System Red Green Blue C M Y K H S L
Decimal 194 28 186 0 0.86 0.04 0.24 302.89 0.75 0.44
Hex C2 1C BA 0 56 4 18 12F 4B 2C
Octal 302 34 272 0 126 4 30 457 113 54
Binary 11000010 11100 10111010 0 1010110 100 11000 100101111 1001011 101100

Color Harmonies of #C21CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21CBA

Black with #C21CBA

Text Example


Text Example

White with #C21CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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