Html Css Color HEX #C21DDB Deep Magenta

📋 copy color: '#C21DDB'

red 194 ◦ green 29 ◦ blue 219

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

Shades of Deep Magenta #C21DDB

Tints of Deep Magenta #C21DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.56%

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

R = 43.89%
G = 6.56%
B = 49.55%

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

#C21DDB (or 0xC21DDB) is known color: Deep Magenta. HEX triplet: C2, 1D and DB. RGB value is (194,29,219). Sum of RGB (Red+Green+Blue) = 194+29+219=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 29 (11.72% from 255 or 6.56% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #C21DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21DDB is #3DE224. Grayscale: #636363. Windows color (decimal): -4055589 or 14360002. OLE color: 14360002.

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

Color convert

RGB 194 29 219 -
CMYK 0.11 0.87 0 0.14
HSL 292.11º 0.77% 0.49% -
HSV(B) 292.11º 0.87% 0.86% -
XYZ 35.47 17.46 68.52 -
YUV 100 195.16 195.05 -
System Red Green Blue C M Y K H S L
Decimal 194 29 219 0.11 0.87 0 0.14 292.11 0.77 0.49
Hex C2 1D DB B 57 0 E 124 4D 31
Octal 302 35 333 13 127 0 16 444 115 61
Binary 11000010 11101 11011011 1011 1010111 0 1110 100100100 1001101 110001

Color Harmonies of #C21DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21DDB

Black with #C21DDB

Text Example


Text Example

White with #C21DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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