Html Css Color HEX #C21FBC Deep Magenta

📋 copy color: '#C21FBC'

red 194 ◦ green 31 ◦ blue 188

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

Shades of Deep Magenta #C21FBC

Tints of Deep Magenta #C21FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.52%

R = 46.97%
G = 7.51%
B = 45.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C21FBC (or 0xC21FBC) is known color: Deep Magenta. HEX triplet: C2, 1F and BC. RGB value is (194,31,188). Sum of RGB (Red+Green+Blue) = 194+31+188=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C21FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21FBC is #3DE043. Grayscale: #616161. Windows color (decimal): -4055108 or 12328898. OLE color: 12328898.

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

Color convert

RGB 194 31 188 -
CMYK 0 0.84 0.03 0.24
HSL 302.21º 0.72% 0.44% -
HSV(B) 302.21º 0.84% 0.76% -
XYZ 31.82 16.08 49 -
YUV 97.64 179 196.73 -
System Red Green Blue C M Y K H S L
Decimal 194 31 188 0 0.84 0.03 0.24 302.21 0.72 0.44
Hex C2 1F BC 0 54 3 18 12E 48 2C
Octal 302 37 274 0 124 3 30 456 110 54
Binary 11000010 11111 10111100 0 1010100 11 11000 100101110 1001000 101100

Color Harmonies of #C21FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21FBC

Black with #C21FBC

Text Example


Text Example

White with #C21FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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