Html Css Color HEX #C21FD7 Deep Magenta

📋 copy color: '#C21FD7'

red 194 ◦ green 31 ◦ blue 215

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

Shades of Deep Magenta #C21FD7

Tints of Deep Magenta #C21FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.86%

R = 44.09%
G = 7.05%
B = 48.86%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C21FD7 (or 0xC21FD7) is known color: Deep Magenta. HEX triplet: C2, 1F and D7. RGB value is (194,31,215). Sum of RGB (Red+Green+Blue) = 194+31+215=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 31 (12.5% from 255 or 7.05% from 440); Blue value is 215 (84.38% from 255 or 48.86% from 440); Max value from RGB is 215 - color contains mainly: blue. Hex color #C21FD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21FD7 is #3DE028. Grayscale: #646464. Windows color (decimal): -4055081 or 14098370. OLE color: 14098370.

HSL color Cylindrical-coordinate representation of color #C21FD7: hue angle of 293.15º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21FD7 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 31 215 -
CMYK 0.10 0.86 0 0.16
HSL 293.15º 0.75% 0.48% -
HSV(B) 293.15º 0.86% 0.84% -
XYZ 35 17.36 65.8 -
YUV 100.71 192.5 194.54 -
System Red Green Blue C M Y K H S L
Decimal 194 31 215 0.10 0.86 0 0.16 293.15 0.75 0.48
Hex C2 1F D7 A 56 0 10 125 4B 30
Octal 302 37 327 12 126 0 20 445 113 60
Binary 11000010 11111 11010111 1010 1010110 0 10000 100100101 1001011 110000

Color Harmonies of #C21FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21FD7

Black with #C21FD7

Text Example


Text Example

White with #C21FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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