Html Css Color HEX #C21FBB Deep Magenta

📋 copy color: '#C21FBB'

red 194 ◦ green 31 ◦ blue 187

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

Shades of Deep Magenta #C21FBB

Tints of Deep Magenta #C21FBB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.52%

 BLUE value IS 187 (73.44% from 255) = 45.39%

R = 47.09%
G = 7.52%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C21FBB (or 0xC21FBB) is known color: Deep Magenta. HEX triplet: C2, 1F and BB. RGB value is (194,31,187). Sum of RGB (Red+Green+Blue) = 194+31+187=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 31 (12.5% from 255 or 7.52% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C21FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21FBB is #3DE044. Grayscale: #616161. Windows color (decimal): -4055109 or 12263362. OLE color: 12263362.

HSL color Cylindrical-coordinate representation of color #C21FBB: hue angle of 302.58º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C21FBB is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 31 187 -
CMYK 0 0.84 0.04 0.24
HSL 302.58º 0.72% 0.44% -
HSV(B) 302.58º 0.84% 0.76% -
XYZ 31.71 16.04 48.44 -
YUV 97.52 178.5 196.82 -
System Red Green Blue C M Y K H S L
Decimal 194 31 187 0 0.84 0.04 0.24 302.58 0.72 0.44
Hex C2 1F BB 0 54 4 18 12F 48 2C
Octal 302 37 273 0 124 4 30 457 110 54
Binary 11000010 11111 10111011 0 1010100 100 11000 100101111 1001000 101100

Color Harmonies of #C21FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21FBB

Black with #C21FBB

Text Example


Text Example

White with #C21FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21FBB; }

 p { color: rgb(194,31,187); }

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

background-color css

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

 a { background-color: rgb(194,31,187); }

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

border-color css

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

 span { border-color: rgb(194,31,187); }

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