Html Css Color HEX #C21FDF Deep Magenta

📋 copy color: '#C21FDF'

red 194 ◦ green 31 ◦ blue 223

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

Shades of Deep Magenta #C21FDF

Tints of Deep Magenta #C21FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 43.3%
G = 6.92%
B = 49.78%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C21FDF (or 0xC21FDF) is known color: Deep Magenta. HEX triplet: C2, 1F and DF. RGB value is (194,31,223). Sum of RGB (Red+Green+Blue) = 194+31+223=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 31 (12.5% from 255 or 6.92% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #C21FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21FDF is #3DE020. Grayscale: #656565. Windows color (decimal): -4055073 or 14622658. OLE color: 14622658.

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

Color convert

RGB 194 31 223 -
CMYK 0.13 0.86 0 0.13
HSL 290.94º 0.76% 0.5% -
HSV(B) 290.94º 0.86% 0.87% -
XYZ 36.06 17.78 71.34 -
YUV 101.63 196.5 193.89 -
System Red Green Blue C M Y K H S L
Decimal 194 31 223 0.13 0.86 0 0.13 290.94 0.76 0.5
Hex C2 1F DF D 56 0 D 123 4C 32
Octal 302 37 337 15 126 0 15 443 114 62
Binary 11000010 11111 11011111 1101 1010110 0 1101 100100011 1001100 110010

Color Harmonies of #C21FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21FDF

Black with #C21FDF

Text Example


Text Example

White with #C21FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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