Html Css Color HEX #C21ED7 Deep Magenta

📋 copy color: '#C21ED7'

red 194 ◦ green 30 ◦ blue 215

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

Shades of Deep Magenta #C21ED7

Tints of Deep Magenta #C21ED7

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.83%

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

R = 44.19%
G = 6.83%
B = 48.97%

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

#C21ED7 (or 0xC21ED7) is known color: Deep Magenta. HEX triplet: C2, 1E and D7. RGB value is (194,30,215). Sum of RGB (Red+Green+Blue) = 194+30+215=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 30 (12.11% from 255 or 6.83% from 439); Blue value is 215 (84.38% from 255 or 48.97% from 439); Max value from RGB is 215 - color contains mainly: blue. Hex color #C21ED7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21ED7 is #3DE128. Grayscale: #636363. Windows color (decimal): -4055337 or 14098114. OLE color: 14098114.

HSL color Cylindrical-coordinate representation of color #C21ED7: hue angle of 293.19º degrees, saturation: 0.76, 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 #C21ED7 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 30 215 -
CMYK 0.10 0.86 0 0.16
HSL 293.19º 0.76% 0.48% -
HSV(B) 293.19º 0.86% 0.84% -
XYZ 34.98 17.3 65.79 -
YUV 100.13 192.83 194.96 -
System Red Green Blue C M Y K H S L
Decimal 194 30 215 0.10 0.86 0 0.16 293.19 0.76 0.48
Hex C2 1E D7 A 56 0 10 125 4C 30
Octal 302 36 327 12 126 0 20 445 114 60
Binary 11000010 11110 11010111 1010 1010110 0 10000 100100101 1001100 110000

Color Harmonies of #C21ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21ED7

Black with #C21ED7

Text Example


Text Example

White with #C21ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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