Html Css Color HEX #C21FB2 Deep Magenta

📋 copy color: '#C21FB2'

red 194 ◦ green 31 ◦ blue 178

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

Shades of Deep Magenta #C21FB2

Tints of Deep Magenta #C21FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.17%

R = 48.14%
G = 7.69%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C21FB2 (or 0xC21FB2) is known color: Deep Magenta. HEX triplet: C2, 1F and B2. RGB value is (194,31,178). Sum of RGB (Red+Green+Blue) = 194+31+178=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 31 (12.5% from 255 or 7.69% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C21FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21FB2 is #3DE04D. Grayscale: #606060. Windows color (decimal): -4055118 or 11673538. OLE color: 11673538.

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

Color convert

RGB 194 31 178 -
CMYK 0 0.84 0.08 0.24
HSL 305.89º 0.72% 0.44% -
HSV(B) 305.89º 0.84% 0.76% -
XYZ 30.77 15.66 43.52 -
YUV 96.5 174 197.55 -
System Red Green Blue C M Y K H S L
Decimal 194 31 178 0 0.84 0.08 0.24 305.89 0.72 0.44
Hex C2 1F B2 0 54 8 18 132 48 2C
Octal 302 37 262 0 124 10 30 462 110 54
Binary 11000010 11111 10110010 0 1010100 1000 11000 100110010 1001000 101100

Color Harmonies of #C21FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21FB2

Black with #C21FB2

Text Example


Text Example

White with #C21FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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