Html Css Color HEX #C21CCC Deep Magenta

📋 copy color: '#C21CCC'

red 194 ◦ green 28 ◦ blue 204

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

Shades of Deep Magenta #C21CCC

Tints of Deep Magenta #C21CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 45.54%
G = 6.57%
B = 47.89%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C21CCC (or 0xC21CCC) is known color: Deep Magenta. HEX triplet: C2, 1C and CC. RGB value is (194,28,204). Sum of RGB (Red+Green+Blue) = 194+28+204=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #C21CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21CCC is #3DE333. Grayscale: #616161. Windows color (decimal): -4055860 or 13376706. OLE color: 13376706.

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

Color convert

RGB 194 28 204 -
CMYK 0.05 0.86 0 0.2
HSL 296.59º 0.76% 0.45% -
HSV(B) 296.59º 0.86% 0.8% -
XYZ 33.56 16.66 58.57 -
YUV 97.7 188 196.69 -
System Red Green Blue C M Y K H S L
Decimal 194 28 204 0.05 0.86 0 0.2 296.59 0.76 0.45
Hex C2 1C CC 5 56 0 14 129 4C 2D
Octal 302 34 314 5 126 0 24 451 114 55
Binary 11000010 11100 11001100 101 1010110 0 10100 100101001 1001100 101101

Color Harmonies of #C21CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21CCC

Black with #C21CCC

Text Example


Text Example

White with #C21CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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