Html Css Color HEX #C21BC6 Deep Magenta

📋 copy color: '#C21BC6'

red 194 ◦ green 27 ◦ blue 198

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

Shades of Deep Magenta #C21BC6

Tints of Deep Magenta #C21BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 47.26%

R = 46.3%
G = 6.44%
B = 47.26%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C21BC6 (or 0xC21BC6) is known color: Deep Magenta. HEX triplet: C2, 1B and C6. RGB value is (194,27,198). Sum of RGB (Red+Green+Blue) = 194+27+198=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 27 (10.94% from 255 or 6.44% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #C21BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21BC6 is #3DE439. Grayscale: #5F5F5F. Windows color (decimal): -4056122 or 12983234. OLE color: 12983234.

HSL color Cylindrical-coordinate representation of color #C21BC6: hue angle of 298.6º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21BC6 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 27 198 -
CMYK 0.02 0.86 0 0.22
HSL 298.6º 0.76% 0.44% -
HSV(B) 298.6º 0.86% 0.78% -
XYZ 32.83 16.33 54.85 -
YUV 96.43 185.33 197.6 -
System Red Green Blue C M Y K H S L
Decimal 194 27 198 0.02 0.86 0 0.22 298.6 0.76 0.44
Hex C2 1B C6 2 56 0 16 12B 4C 2C
Octal 302 33 306 2 126 0 26 453 114 54
Binary 11000010 11011 11000110 10 1010110 0 10110 100101011 1001100 101100

Color Harmonies of #C21BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21BC6

Black with #C21BC6

Text Example


Text Example

White with #C21BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21BC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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