Html Css Color HEX #C21FBE Deep Magenta

📋 copy color: '#C21FBE'

red 194 ◦ green 31 ◦ blue 190

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

Shades of Deep Magenta #C21FBE

Tints of Deep Magenta #C21FBE

RGB

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

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

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

R = 46.75%
G = 7.47%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C21FBE (or 0xC21FBE) is known color: Deep Magenta. HEX triplet: C2, 1F and BE. RGB value is (194,31,190). Sum of RGB (Red+Green+Blue) = 194+31+190=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C21FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21FBE is #3DE041. Grayscale: #616161. Windows color (decimal): -4055106 or 12459970. OLE color: 12459970.

HSL color Cylindrical-coordinate representation of color #C21FBE: hue angle of 301.47º 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 #C21FBE is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 31 190 -
CMYK 0 0.84 0.02 0.24
HSL 301.47º 0.72% 0.44% -
HSV(B) 301.47º 0.84% 0.76% -
XYZ 32.03 16.17 50.15 -
YUV 97.86 180 196.57 -
System Red Green Blue C M Y K H S L
Decimal 194 31 190 0 0.84 0.02 0.24 301.47 0.72 0.44
Hex C2 1F BE 0 54 2 18 12D 48 2C
Octal 302 37 276 0 124 2 30 455 110 54
Binary 11000010 11111 10111110 0 1010100 10 11000 100101101 1001000 101100

Color Harmonies of #C21FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21FBE

Black with #C21FBE

Text Example


Text Example

White with #C21FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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