Html Css Color HEX #C021D0 Deep Magenta

📋 copy color: '#C021D0'

red 192 ◦ green 33 ◦ blue 208

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

Shades of Deep Magenta #C021D0

Tints of Deep Magenta #C021D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.04%

R = 44.34%
G = 7.62%
B = 48.04%

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

#C021D0 (or 0xC021D0) is known color: Deep Magenta. HEX triplet: C0, 21 and D0. RGB value is (192,33,208). Sum of RGB (Red+Green+Blue) = 192+33+208=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 33 (13.28% from 255 or 7.62% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 208 - color contains mainly: blue. Hex color #C021D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C021D0 is #3FDE2F. Grayscale: #636363. Windows color (decimal): -4185648 or 13640128. OLE color: 13640128.

HSL color Cylindrical-coordinate representation of color #C021D0: hue angle of 294.51º 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 #C021D0 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 33 208 -
CMYK 0.08 0.84 0 0.18
HSL 294.51º 0.73% 0.47% -
HSV(B) 294.51º 0.84% 0.82% -
XYZ 33.67 16.85 61.15 -
YUV 100.49 188.68 193.27 -
System Red Green Blue C M Y K H S L
Decimal 192 33 208 0.08 0.84 0 0.18 294.51 0.73 0.47
Hex C0 21 D0 8 54 0 12 127 49 2F
Octal 300 41 320 10 124 0 22 447 111 57
Binary 11000000 100001 11010000 1000 1010100 0 10010 100100111 1001001 101111

Color Harmonies of #C021D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C021D0

Black with #C021D0

Text Example


Text Example

White with #C021D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C021D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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