Html Css Color HEX #C21CCE Deep Magenta

📋 copy color: '#C21CCE'

red 194 ◦ green 28 ◦ blue 206

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

Shades of Deep Magenta #C21CCE

Tints of Deep Magenta #C21CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.13%

R = 45.33%
G = 6.54%
B = 48.13%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C21CCE (or 0xC21CCE) is known color: Deep Magenta. HEX triplet: C2, 1C and CE. RGB value is (194,28,206). Sum of RGB (Red+Green+Blue) = 194+28+206=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #C21CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21CCE is #3DE331. Grayscale: #616161. Windows color (decimal): -4055858 or 13507778. OLE color: 13507778.

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

Color convert

RGB 194 28 206 -
CMYK 0.06 0.86 0 0.19
HSL 295.96º 0.76% 0.46% -
HSV(B) 295.96º 0.86% 0.81% -
XYZ 33.8 16.76 59.85 -
YUV 97.93 189 196.53 -
System Red Green Blue C M Y K H S L
Decimal 194 28 206 0.06 0.86 0 0.19 295.96 0.76 0.46
Hex C2 1C CE 6 56 0 13 128 4C 2E
Octal 302 34 316 6 126 0 23 450 114 56
Binary 11000010 11100 11001110 110 1010110 0 10011 100101000 1001100 101110

Color Harmonies of #C21CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21CCE

Black with #C21CCE

Text Example


Text Example

White with #C21CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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