Html Css Color HEX #C221BC Deep Magenta

📋 copy color: '#C221BC'

red 194 ◦ green 33 ◦ blue 188

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

Shades of Deep Magenta #C221BC

Tints of Deep Magenta #C221BC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.95%

 BLUE value IS 188 (73.83% from 255) = 45.3%

R = 46.75%
G = 7.95%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C221BC (or 0xC221BC) is known color: Deep Magenta. HEX triplet: C2, 21 and BC. RGB value is (194,33,188). Sum of RGB (Red+Green+Blue) = 194+33+188=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C221BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C221BC is #3DDE43. Grayscale: #626262. Windows color (decimal): -4054596 or 12329410. OLE color: 12329410.

HSL color Cylindrical-coordinate representation of color #C221BC: hue angle of 302.24º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C221BC is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 33 188 -
CMYK 0 0.83 0.03 0.24
HSL 302.24º 0.71% 0.45% -
HSV(B) 302.24º 0.83% 0.76% -
XYZ 31.87 16.19 49.02 -
YUV 98.81 178.34 195.9 -
System Red Green Blue C M Y K H S L
Decimal 194 33 188 0 0.83 0.03 0.24 302.24 0.71 0.45
Hex C2 21 BC 0 53 3 18 12E 47 2D
Octal 302 41 274 0 123 3 30 456 107 55
Binary 11000010 100001 10111100 0 1010011 11 11000 100101110 1000111 101101

Color Harmonies of #C221BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C221BC

Black with #C221BC

Text Example


Text Example

White with #C221BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C221BC; }

 p { color: rgb(194,33,188); }

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

background-color css

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

 a { background-color: rgb(194,33,188); }

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

border-color css

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

 span { border-color: rgb(194,33,188); }

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