Html Css Color HEX #C220BF Deep Magenta

📋 copy color: '#C220BF'

red 194 ◦ green 32 ◦ blue 191

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

Shades of Deep Magenta #C220BF

Tints of Deep Magenta #C220BF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.67%

 BLUE value IS 191 (75% from 255) = 45.8%

R = 46.52%
G = 7.67%
B = 45.8%

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

#C220BF (or 0xC220BF) is known color: Deep Magenta. HEX triplet: C2, 20 and BF. RGB value is (194,32,191). Sum of RGB (Red+Green+Blue) = 194+32+191=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C220BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C220BF is #3DDF40. Grayscale: #626262. Windows color (decimal): -4054849 or 12525762. OLE color: 12525762.

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

Color convert

RGB 194 32 191 -
CMYK 0 0.84 0.02 0.24
HSL 301.11º 0.72% 0.44% -
HSV(B) 301.11º 0.84% 0.76% -
XYZ 32.17 16.26 50.73 -
YUV 98.56 180.17 196.07 -
System Red Green Blue C M Y K H S L
Decimal 194 32 191 0 0.84 0.02 0.24 301.11 0.72 0.44
Hex C2 20 BF 0 54 2 18 12D 48 2C
Octal 302 40 277 0 124 2 30 455 110 54
Binary 11000010 100000 10111111 0 1010100 10 11000 100101101 1001000 101100

Color Harmonies of #C220BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C220BF

Black with #C220BF

Text Example


Text Example

White with #C220BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C220BF; }

 p { color: rgb(194,32,191); }

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

background-color css

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

 a { background-color: rgb(194,32,191); }

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

border-color css

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

 span { border-color: rgb(194,32,191); }

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