Html Css Color HEX #C21FBA Deep Magenta

📋 copy color: '#C21FBA'

red 194 ◦ green 31 ◦ blue 186

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

Shades of Deep Magenta #C21FBA

Tints of Deep Magenta #C21FBA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.54%

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

R = 47.2%
G = 7.54%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C21FBA (or 0xC21FBA) is known color: Deep Magenta. HEX triplet: C2, 1F and BA. RGB value is (194,31,186). Sum of RGB (Red+Green+Blue) = 194+31+186=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C21FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21FBA is #3DE045. Grayscale: #606060. Windows color (decimal): -4055110 or 12197826. OLE color: 12197826.

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

Color convert

RGB 194 31 186 -
CMYK 0 0.84 0.04 0.24
HSL 302.94º 0.72% 0.44% -
HSV(B) 302.94º 0.84% 0.76% -
XYZ 31.6 15.99 47.88 -
YUV 97.41 178 196.9 -
System Red Green Blue C M Y K H S L
Decimal 194 31 186 0 0.84 0.04 0.24 302.94 0.72 0.44
Hex C2 1F BA 0 54 4 18 12F 48 2C
Octal 302 37 272 0 124 4 30 457 110 54
Binary 11000010 11111 10111010 0 1010100 100 11000 100101111 1001000 101100

Color Harmonies of #C21FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21FBA

Black with #C21FBA

Text Example


Text Example

White with #C21FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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