Html Css Color HEX #C21CD7 Deep Magenta

📋 copy color: '#C21CD7'

red 194 ◦ green 28 ◦ blue 215

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

Shades of Deep Magenta #C21CD7

Tints of Deep Magenta #C21CD7

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.41%

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

R = 44.39%
G = 6.41%
B = 49.2%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C21CD7 (or 0xC21CD7) is known color: Deep Magenta. HEX triplet: C2, 1C and D7. RGB value is (194,28,215). Sum of RGB (Red+Green+Blue) = 194+28+215=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 28 (11.33% from 255 or 6.41% from 437); Blue value is 215 (84.38% from 255 or 49.20% from 437); Max value from RGB is 215 - color contains mainly: blue. Hex color #C21CD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21CD7 is #3DE328. Grayscale: #626262. Windows color (decimal): -4055849 or 14097602. OLE color: 14097602.

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

Color convert

RGB 194 28 215 -
CMYK 0.10 0.87 0 0.16
HSL 293.26º 0.77% 0.48% -
HSV(B) 293.26º 0.87% 0.84% -
XYZ 34.93 17.21 65.77 -
YUV 98.95 193.5 195.79 -
System Red Green Blue C M Y K H S L
Decimal 194 28 215 0.10 0.87 0 0.16 293.26 0.77 0.48
Hex C2 1C D7 A 57 0 10 125 4D 30
Octal 302 34 327 12 127 0 20 445 115 60
Binary 11000010 11100 11010111 1010 1010111 0 10000 100100101 1001101 110000

Color Harmonies of #C21CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21CD7

Black with #C21CD7

Text Example


Text Example

White with #C21CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21CD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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