Html Css Color HEX #C21CDB Deep Magenta

📋 copy color: '#C21CDB'

red 194 ◦ green 28 ◦ blue 219

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

Shades of Deep Magenta #C21CDB

Tints of Deep Magenta #C21CDB

RGB

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

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

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

R = 43.99%
G = 6.35%
B = 49.66%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C21CDB (or 0xC21CDB) is known color: Deep Magenta. HEX triplet: C2, 1C and DB. RGB value is (194,28,219). Sum of RGB (Red+Green+Blue) = 194+28+219=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #C21CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21CDB is #3DE324. Grayscale: #626262. Windows color (decimal): -4055845 or 14359746. OLE color: 14359746.

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

Color convert

RGB 194 28 219 -
CMYK 0.11 0.87 0 0.14
HSL 292.15º 0.77% 0.48% -
HSV(B) 292.15º 0.87% 0.86% -
XYZ 35.45 17.41 68.51 -
YUV 99.41 195.5 195.47 -
System Red Green Blue C M Y K H S L
Decimal 194 28 219 0.11 0.87 0 0.14 292.15 0.77 0.48
Hex C2 1C DB B 57 0 E 124 4D 30
Octal 302 34 333 13 127 0 16 444 115 60
Binary 11000010 11100 11011011 1011 1010111 0 1110 100100100 1001101 110000

Color Harmonies of #C21CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21CDB

Black with #C21CDB

Text Example


Text Example

White with #C21CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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