Html Css Color HEX #C21CCD Deep Magenta

📋 copy color: '#C21CCD'

red 194 ◦ green 28 ◦ blue 205

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

Shades of Deep Magenta #C21CCD

Tints of Deep Magenta #C21CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.56%

 BLUE value IS 205 (80.47% from 255) = 48.01%

R = 45.43%
G = 6.56%
B = 48.01%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C21CCD (or 0xC21CCD) is known color: Deep Magenta. HEX triplet: C2, 1C and CD. RGB value is (194,28,205). Sum of RGB (Red+Green+Blue) = 194+28+205=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 28 (11.33% from 255 or 6.56% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #C21CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21CCD is #3DE332. Grayscale: #616161. Windows color (decimal): -4055859 or 13442242. OLE color: 13442242.

HSL color Cylindrical-coordinate representation of color #C21CCD: hue angle of 296.27º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21CCD is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 28 205 -
CMYK 0.05 0.86 0 0.20
HSL 296.27º 0.76% 0.46% -
HSV(B) 296.27º 0.86% 0.8% -
XYZ 33.68 16.71 59.21 -
YUV 97.81 188.5 196.61 -
System Red Green Blue C M Y K H S L
Decimal 194 28 205 0.05 0.86 0 0.20 296.27 0.76 0.46
Hex C2 1C CD 5 56 0 14 128 4C 2E
Octal 302 34 315 5 126 0 24 450 114 56
Binary 11000010 11100 11001101 101 1010110 0 10100 100101000 1001100 101110

Color Harmonies of #C21CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21CCD

Black with #C21CCD

Text Example


Text Example

White with #C21CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21CCD; }

 p { color: rgb(194,28,205); }

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

background-color css

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

 a { background-color: rgb(194,28,205); }

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

border-color css

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

 span { border-color: rgb(194,28,205); }

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