Html Css Color HEX #C21BBE Deep Magenta

📋 copy color: '#C21BBE'

red 194 ◦ green 27 ◦ blue 190

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

Shades of Deep Magenta #C21BBE

Tints of Deep Magenta #C21BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.23%

R = 47.2%
G = 6.57%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C21BBE (or 0xC21BBE) is known color: Deep Magenta. HEX triplet: C2, 1B and BE. RGB value is (194,27,190). Sum of RGB (Red+Green+Blue) = 194+27+190=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 27 (10.94% from 255 or 6.57% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C21BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21BBE is #3DE441. Grayscale: #5F5F5F. Windows color (decimal): -4056130 or 12458946. OLE color: 12458946.

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

Color convert

RGB 194 27 190 -
CMYK 0 0.86 0.02 0.24
HSL 301.44º 0.76% 0.43% -
HSV(B) 301.44º 0.86% 0.76% -
XYZ 31.93 15.97 50.11 -
YUV 95.52 181.33 198.25 -
System Red Green Blue C M Y K H S L
Decimal 194 27 190 0 0.86 0.02 0.24 301.44 0.76 0.43
Hex C2 1B BE 0 56 2 18 12D 4C 2B
Octal 302 33 276 0 126 2 30 455 114 53
Binary 11000010 11011 10111110 0 1010110 10 11000 100101101 1001100 101011

Color Harmonies of #C21BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21BBE

Black with #C21BBE

Text Example


Text Example

White with #C21BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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