Html Css Color HEX #C21AC7 Deep Magenta

📋 copy color: '#C21AC7'

red 194 ◦ green 26 ◦ blue 199

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

Shades of Deep Magenta #C21AC7

Tints of Deep Magenta #C21AC7

RGB

 RED value IS 194 (76.17% from 255) = 46.3%

 GREEN value IS 26 (10.55% from 255) = 6.21%

 BLUE value IS 199 (78.13% from 255) = 47.49%

R = 46.3%
G = 6.21%
B = 47.49%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C21AC7 (or 0xC21AC7) is known color: Deep Magenta. HEX triplet: C2, 1A and C7. RGB value is (194,26,199). Sum of RGB (Red+Green+Blue) = 194+26+199=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 26 (10.55% from 255 or 6.21% from 419); Blue value is 199 (78.12% from 255 or 47.49% from 419); Max value from RGB is 199 - color contains mainly: blue. Hex color #C21AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21AC7 is #3DE538. Grayscale: #5F5F5F. Windows color (decimal): -4056377 or 13048514. OLE color: 13048514.

HSL color Cylindrical-coordinate representation of color #C21AC7: hue angle of 298.27º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21AC7 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 26 199 -
CMYK 0.03 0.87 0 0.22
HSL 298.27º 0.77% 0.44% -
HSV(B) 298.27º 0.87% 0.78% -
XYZ 32.93 16.33 55.45 -
YUV 95.95 186.16 197.93 -
System Red Green Blue C M Y K H S L
Decimal 194 26 199 0.03 0.87 0 0.22 298.27 0.77 0.44
Hex C2 1A C7 3 57 0 16 12A 4D 2C
Octal 302 32 307 3 127 0 26 452 115 54
Binary 11000010 11010 11000111 11 1010111 0 10110 100101010 1001101 101100

Color Harmonies of #C21AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21AC7

Black with #C21AC7

Text Example


Text Example

White with #C21AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21AC7; }

 p { color: rgb(194,26,199); }

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

background-color css

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

 a { background-color: rgb(194,26,199); }

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

border-color css

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

 span { border-color: rgb(194,26,199); }

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