Html Css Color HEX #C21FDD Deep Magenta

📋 copy color: '#C21FDD'

red 194 ◦ green 31 ◦ blue 221

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

Shades of Deep Magenta #C21FDD

Tints of Deep Magenta #C21FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.55%

R = 43.5%
G = 6.95%
B = 49.55%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C21FDD (or 0xC21FDD) is known color: Deep Magenta. HEX triplet: C2, 1F and DD. RGB value is (194,31,221). Sum of RGB (Red+Green+Blue) = 194+31+221=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 31 (12.5% from 255 or 6.95% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #C21FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21FDD is #3DE022. Grayscale: #646464. Windows color (decimal): -4055075 or 14491586. OLE color: 14491586.

HSL color Cylindrical-coordinate representation of color #C21FDD: hue angle of 291.47º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21FDD is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 31 221 -
CMYK 0.12 0.86 0 0.13
HSL 291.47º 0.75% 0.49% -
HSV(B) 291.47º 0.86% 0.87% -
XYZ 35.79 17.67 69.93 -
YUV 101.4 195.5 194.05 -
System Red Green Blue C M Y K H S L
Decimal 194 31 221 0.12 0.86 0 0.13 291.47 0.75 0.49
Hex C2 1F DD C 56 0 D 123 4B 31
Octal 302 37 335 14 126 0 15 443 113 61
Binary 11000010 11111 11011101 1100 1010110 0 1101 100100011 1001011 110001

Color Harmonies of #C21FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21FDD

Black with #C21FDD

Text Example


Text Example

White with #C21FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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