Html Css Color HEX #C21FDB Deep Magenta

📋 copy color: '#C21FDB'

red 194 ◦ green 31 ◦ blue 219

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

Shades of Deep Magenta #C21FDB

Tints of Deep Magenta #C21FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.32%

R = 43.69%
G = 6.98%
B = 49.32%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C21FDB (or 0xC21FDB) is known color: Deep Magenta. HEX triplet: C2, 1F and DB. RGB value is (194,31,219). Sum of RGB (Red+Green+Blue) = 194+31+219=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 31 (12.5% from 255 or 6.98% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #C21FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21FDB is #3DE024. Grayscale: #646464. Windows color (decimal): -4055077 or 14360514. OLE color: 14360514.

HSL color Cylindrical-coordinate representation of color #C21FDB: hue angle of 292.02º 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 #C21FDB is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 31 219 -
CMYK 0.11 0.86 0 0.14
HSL 292.02º 0.75% 0.49% -
HSV(B) 292.02º 0.86% 0.86% -
XYZ 35.52 17.56 68.54 -
YUV 101.17 194.5 194.21 -
System Red Green Blue C M Y K H S L
Decimal 194 31 219 0.11 0.86 0 0.14 292.02 0.75 0.49
Hex C2 1F DB B 56 0 E 124 4B 31
Octal 302 37 333 13 126 0 16 444 113 61
Binary 11000010 11111 11011011 1011 1010110 0 1110 100100100 1001011 110001

Color Harmonies of #C21FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21FDB

Black with #C21FDB

Text Example


Text Example

White with #C21FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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