Html Css Color HEX #C021B6 Deep Magenta

📋 copy color: '#C021B6'

red 192 ◦ green 33 ◦ blue 182

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

Shades of Deep Magenta #C021B6

Tints of Deep Magenta #C021B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.72%

R = 47.17%
G = 8.11%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C021B6 (or 0xC021B6) is known color: Deep Magenta. HEX triplet: C0, 21 and B6. RGB value is (192,33,182). Sum of RGB (Red+Green+Blue) = 192+33+182=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 33 (13.28% from 255 or 8.11% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C021B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C021B6 is #3FDE49. Grayscale: #616161. Windows color (decimal): -4185674 or 11936192. OLE color: 11936192.

HSL color Cylindrical-coordinate representation of color #C021B6: hue angle of 303.77º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C021B6 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 33 182 -
CMYK 0 0.83 0.05 0.25
HSL 303.77º 0.71% 0.44% -
HSV(B) 303.77º 0.83% 0.75% -
XYZ 30.73 15.67 45.66 -
YUV 97.53 175.68 195.38 -
System Red Green Blue C M Y K H S L
Decimal 192 33 182 0 0.83 0.05 0.25 303.77 0.71 0.44
Hex C0 21 B6 0 53 5 19 130 47 2C
Octal 300 41 266 0 123 5 31 460 107 54
Binary 11000000 100001 10110110 0 1010011 101 11001 100110000 1000111 101100

Color Harmonies of #C021B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C021B6

Black with #C021B6

Text Example


Text Example

White with #C021B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C021B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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