Html Css Color HEX #C21BDF Deep Magenta

📋 copy color: '#C21BDF'

red 194 ◦ green 27 ◦ blue 223

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

Shades of Deep Magenta #C21BDF

Tints of Deep Magenta #C21BDF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.08%

 BLUE value IS 223 (87.5% from 255) = 50.23%

R = 43.69%
G = 6.08%
B = 50.23%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C21BDF (or 0xC21BDF) is known color: Deep Magenta. HEX triplet: C2, 1B and DF. RGB value is (194,27,223). Sum of RGB (Red+Green+Blue) = 194+27+223=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 27 (10.94% from 255 or 6.08% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #C21BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21BDF is #3DE420. Grayscale: #626262. Windows color (decimal): -4056097 or 14621634. OLE color: 14621634.

HSL color Cylindrical-coordinate representation of color #C21BDF: hue angle of 291.12º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21BDF is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 27 223 -
CMYK 0.13 0.88 0 0.13
HSL 291.12º 0.78% 0.49% -
HSV(B) 291.12º 0.88% 0.87% -
XYZ 35.96 17.58 71.31 -
YUV 99.28 197.83 195.56 -
System Red Green Blue C M Y K H S L
Decimal 194 27 223 0.13 0.88 0 0.13 291.12 0.78 0.49
Hex C2 1B DF D 58 0 D 123 4E 31
Octal 302 33 337 15 130 0 15 443 116 61
Binary 11000010 11011 11011111 1101 1011000 0 1101 100100011 1001110 110001

Color Harmonies of #C21BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21BDF

Black with #C21BDF

Text Example


Text Example

White with #C21BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21BDF; }

 p { color: rgb(194,27,223); }

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

background-color css

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

 a { background-color: rgb(194,27,223); }

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

border-color css

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

 span { border-color: rgb(194,27,223); }

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