Html Css Color HEX #C021B7 Deep Magenta

📋 copy color: '#C021B7'

red 192 ◦ green 33 ◦ blue 183

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

Shades of Deep Magenta #C021B7

Tints of Deep Magenta #C021B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.85%

R = 47.06%
G = 8.09%
B = 44.85%

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

#C021B7 (or 0xC021B7) is known color: Deep Magenta. HEX triplet: C0, 21 and B7. RGB value is (192,33,183). Sum of RGB (Red+Green+Blue) = 192+33+183=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 33 (13.28% from 255 or 8.09% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C021B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C021B7 is #3FDE48. Grayscale: #616161. Windows color (decimal): -4185673 or 12001728. OLE color: 12001728.

HSL color Cylindrical-coordinate representation of color #C021B7: hue angle of 303.4º 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 #C021B7 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 33 183 -
CMYK 0 0.83 0.05 0.25
HSL 303.4º 0.71% 0.44% -
HSV(B) 303.4º 0.83% 0.75% -
XYZ 30.83 15.71 46.21 -
YUV 97.64 176.18 195.3 -
System Red Green Blue C M Y K H S L
Decimal 192 33 183 0 0.83 0.05 0.25 303.4 0.71 0.44
Hex C0 21 B7 0 53 5 19 12F 47 2C
Octal 300 41 267 0 123 5 31 457 107 54
Binary 11000000 100001 10110111 0 1010011 101 11001 100101111 1000111 101100

Color Harmonies of #C021B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C021B7

Black with #C021B7

Text Example


Text Example

White with #C021B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C021B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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