Html Css Color HEX #C21EB7 Deep Magenta

📋 copy color: '#C21EB7'

red 194 ◦ green 30 ◦ blue 183

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

Shades of Deep Magenta #C21EB7

Tints of Deep Magenta #C21EB7

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.37%

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

R = 47.67%
G = 7.37%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C21EB7 (or 0xC21EB7) is known color: Deep Magenta. HEX triplet: C2, 1E and B7. RGB value is (194,30,183). Sum of RGB (Red+Green+Blue) = 194+30+183=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C21EB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21EB7 is #3DE148. Grayscale: #606060. Windows color (decimal): -4055369 or 12000962. OLE color: 12000962.

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

Color convert

RGB 194 30 183 -
CMYK 0 0.85 0.06 0.24
HSL 304.02º 0.73% 0.44% -
HSV(B) 304.02º 0.85% 0.76% -
XYZ 31.26 15.82 46.21 -
YUV 96.48 176.83 197.56 -
System Red Green Blue C M Y K H S L
Decimal 194 30 183 0 0.85 0.06 0.24 304.02 0.73 0.44
Hex C2 1E B7 0 55 6 18 130 49 2C
Octal 302 36 267 0 125 6 30 460 111 54
Binary 11000010 11110 10110111 0 1010101 110 11000 100110000 1001001 101100

Color Harmonies of #C21EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21EB7

Black with #C21EB7

Text Example


Text Example

White with #C21EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21EB7; }

 p { color: rgb(194,30,183); }

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

background-color css

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

 a { background-color: rgb(194,30,183); }

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

border-color css

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

 span { border-color: rgb(194,30,183); }

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