Html Css Color HEX #C021DB Deep Magenta

📋 copy color: '#C021DB'

red 192 ◦ green 33 ◦ blue 219

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

Shades of Deep Magenta #C021DB

Tints of Deep Magenta #C021DB

RGB

 RED value IS 192 (75.39% from 255) = 43.24%

 GREEN value IS 33 (13.28% from 255) = 7.43%

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

R = 43.24%
G = 7.43%
B = 49.32%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C021DB (or 0xC021DB) is known color: Deep Magenta. HEX triplet: C0, 21 and DB. RGB value is (192,33,219). Sum of RGB (Red+Green+Blue) = 192+33+219=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 33 (13.28% from 255 or 7.43% 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 #C021DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C021DB is #3FDE24. Grayscale: #656565. Windows color (decimal): -4185637 or 14361024. OLE color: 14361024.

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

Color convert

RGB 192 33 219 -
CMYK 0.12 0.85 0 0.14
HSL 291.29º 0.74% 0.49% -
HSV(B) 291.29º 0.85% 0.86% -
XYZ 35.07 17.41 68.53 -
YUV 101.75 194.18 192.38 -
System Red Green Blue C M Y K H S L
Decimal 192 33 219 0.12 0.85 0 0.14 291.29 0.74 0.49
Hex C0 21 DB C 55 0 E 123 4A 31
Octal 300 41 333 14 125 0 16 443 112 61
Binary 11000000 100001 11011011 1100 1010101 0 1110 100100011 1001010 110001

Color Harmonies of #C021DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C021DB

Black with #C021DB

Text Example


Text Example

White with #C021DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C021DB; }

 p { color: rgb(192,33,219); }

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

background-color css

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

 a { background-color: rgb(192,33,219); }

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

border-color css

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

 span { border-color: rgb(192,33,219); }

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