Html Css Color HEX #C21FDC Deep Magenta

📋 copy color: '#C21FDC'

red 194 ◦ green 31 ◦ blue 220

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

Shades of Deep Magenta #C21FDC

Tints of Deep Magenta #C21FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.44%

R = 43.6%
G = 6.97%
B = 49.44%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C21FDC (or 0xC21FDC) is known color: Deep Magenta. HEX triplet: C2, 1F and DC. RGB value is (194,31,220). Sum of RGB (Red+Green+Blue) = 194+31+220=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 31 (12.5% from 255 or 6.97% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #C21FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21FDC is #3DE023. Grayscale: #646464. Windows color (decimal): -4055076 or 14426050. OLE color: 14426050.

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

Color convert

RGB 194 31 220 -
CMYK 0.12 0.86 0 0.14
HSL 291.75º 0.75% 0.49% -
HSV(B) 291.75º 0.86% 0.86% -
XYZ 35.66 17.62 69.23 -
YUV 101.28 195 194.13 -
System Red Green Blue C M Y K H S L
Decimal 194 31 220 0.12 0.86 0 0.14 291.75 0.75 0.49
Hex C2 1F DC C 56 0 E 124 4B 31
Octal 302 37 334 14 126 0 16 444 113 61
Binary 11000010 11111 11011100 1100 1010110 0 1110 100100100 1001011 110001

Color Harmonies of #C21FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21FDC

Black with #C21FDC

Text Example


Text Example

White with #C21FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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