Html Css Color HEX #C020BF Deep Magenta

📋 copy color: '#C020BF'

red 192 ◦ green 32 ◦ blue 191

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

Shades of Deep Magenta #C020BF

Tints of Deep Magenta #C020BF

RGB

 RED value IS 192 (75.39% from 255) = 46.27%

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

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

R = 46.27%
G = 7.71%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C020BF (or 0xC020BF) is known color: Deep Magenta. HEX triplet: C0, 20 and BF. RGB value is (192,32,191). Sum of RGB (Red+Green+Blue) = 192+32+191=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C020BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C020BF is #3FDF40. Grayscale: #616161. Windows color (decimal): -4185921 or 12525760. OLE color: 12525760.

HSL color Cylindrical-coordinate representation of color #C020BF: hue angle of 300.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C020BF is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 32 191 -
CMYK 0 0.83 0.01 0.25
HSL 300.38º 0.71% 0.44% -
HSV(B) 300.38º 0.83% 0.75% -
XYZ 31.66 16 50.71 -
YUV 97.97 180.51 195.07 -
System Red Green Blue C M Y K H S L
Decimal 192 32 191 0 0.83 0.01 0.25 300.38 0.71 0.44
Hex C0 20 BF 0 53 1 19 12C 47 2C
Octal 300 40 277 0 123 1 31 454 107 54
Binary 11000000 100000 10111111 0 1010011 1 11001 100101100 1000111 101100

Color Harmonies of #C020BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C020BF

Black with #C020BF

Text Example


Text Example

White with #C020BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C020BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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