Html Css Color HEX #C021D1 Deep Magenta

📋 copy color: '#C021D1'

red 192 ◦ green 33 ◦ blue 209

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

Shades of Deep Magenta #C021D1

Tints of Deep Magenta #C021D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.16%

R = 44.24%
G = 7.6%
B = 48.16%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C021D1 (or 0xC021D1) is known color: Deep Magenta. HEX triplet: C0, 21 and D1. RGB value is (192,33,209). Sum of RGB (Red+Green+Blue) = 192+33+209=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 209 (82.03% from 255 or 48.16% from 434); Max value from RGB is 209 - color contains mainly: blue. Hex color #C021D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C021D1 is #3FDE2E. Grayscale: #646464. Windows color (decimal): -4185647 or 13705664. OLE color: 13705664.

HSL color Cylindrical-coordinate representation of color #C021D1: hue angle of 294.2º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C021D1 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 33 209 -
CMYK 0.08 0.84 0 0.18
HSL 294.2º 0.73% 0.47% -
HSV(B) 294.2º 0.84% 0.82% -
XYZ 33.79 16.9 61.8 -
YUV 100.61 189.18 193.19 -
System Red Green Blue C M Y K H S L
Decimal 192 33 209 0.08 0.84 0 0.18 294.2 0.73 0.47
Hex C0 21 D1 8 54 0 12 126 49 2F
Octal 300 41 321 10 124 0 22 446 111 57
Binary 11000000 100001 11010001 1000 1010100 0 10010 100100110 1001001 101111

Color Harmonies of #C021D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C021D1

Black with #C021D1

Text Example


Text Example

White with #C021D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C021D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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