Html Css Color HEX #C21DB8 Deep Magenta

📋 copy color: '#C21DB8'

red 194 ◦ green 29 ◦ blue 184

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

Shades of Deep Magenta #C21DB8

Tints of Deep Magenta #C21DB8

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.13%

 BLUE value IS 184 (72.27% from 255) = 45.21%

R = 47.67%
G = 7.13%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C21DB8 (or 0xC21DB8) is known color: Deep Magenta. HEX triplet: C2, 1D and B8. RGB value is (194,29,184). Sum of RGB (Red+Green+Blue) = 194+29+184=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 184 (72.27% from 255 or 45.21% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C21DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21DB8 is #3DE247. Grayscale: #5F5F5F. Windows color (decimal): -4055624 or 12066242. OLE color: 12066242.

HSL color Cylindrical-coordinate representation of color #C21DB8: hue angle of 303.64º degrees, saturation: 0.74, 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 #C21DB8 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 29 184 -
CMYK 0 0.85 0.05 0.24
HSL 303.64º 0.74% 0.44% -
HSV(B) 303.64º 0.85% 0.76% -
XYZ 31.34 15.81 46.75 -
YUV 96.01 177.66 197.9 -
System Red Green Blue C M Y K H S L
Decimal 194 29 184 0 0.85 0.05 0.24 303.64 0.74 0.44
Hex C2 1D B8 0 55 5 18 130 4A 2C
Octal 302 35 270 0 125 5 30 460 112 54
Binary 11000010 11101 10111000 0 1010101 101 11000 100110000 1001010 101100

Color Harmonies of #C21DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21DB8

Black with #C21DB8

Text Example


Text Example

White with #C21DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21DB8; }

 p { color: rgb(194,29,184); }

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

background-color css

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

 a { background-color: rgb(194,29,184); }

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

border-color css

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

 span { border-color: rgb(194,29,184); }

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