Html Css Color HEX #C021C1 Deep Magenta

📋 copy color: '#C021C1'

red 192 ◦ green 33 ◦ blue 193

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

Shades of Deep Magenta #C021C1

Tints of Deep Magenta #C021C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.17%

R = 45.93%
G = 7.89%
B = 46.17%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C021C1 (or 0xC021C1) is known color: Deep Magenta. HEX triplet: C0, 21 and C1. RGB value is (192,33,193). Sum of RGB (Red+Green+Blue) = 192+33+193=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 193 - color contains mainly: blue. Hex color #C021C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C021C1 is #3FDE3E. Grayscale: #626262. Windows color (decimal): -4185663 or 12657088. OLE color: 12657088.

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

Color convert

RGB 192 33 193 -
CMYK 0.01 0.83 0 0.24
HSL 299.63º 0.71% 0.44% -
HSV(B) 299.63º 0.83% 0.76% -
XYZ 31.91 16.14 51.89 -
YUV 98.78 181.18 194.49 -
System Red Green Blue C M Y K H S L
Decimal 192 33 193 0.01 0.83 0 0.24 299.63 0.71 0.44
Hex C0 21 C1 1 53 0 18 12C 47 2C
Octal 300 41 301 1 123 0 30 454 107 54
Binary 11000000 100001 11000001 1 1010011 0 11000 100101100 1000111 101100

Color Harmonies of #C021C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C021C1

Black with #C021C1

Text Example


Text Example

White with #C021C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C021C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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