Html Css Color HEX #C20CBF Deep Magenta

📋 copy color: '#C20CBF'

red 194 ◦ green 12 ◦ blue 191

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

Shades of Deep Magenta #C20CBF

Tints of Deep Magenta #C20CBF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.02%

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

R = 48.87%
G = 3.02%
B = 48.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C20CBF (or 0xC20CBF) is known color: Deep Magenta. HEX triplet: C2, 0C and BF. RGB value is (194,12,191). Sum of RGB (Red+Green+Blue) = 194+12+191=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C20CBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20CBF is #3DF340. Grayscale: #565656. Windows color (decimal): -4059969 or 12520642. OLE color: 12520642.

HSL color Cylindrical-coordinate representation of color #C20CBF: hue angle of 300.99º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20CBF is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 12 191 -
CMYK 0 0.94 0.02 0.24
HSL 300.99º 0.88% 0.4% -
HSV(B) 300.99º 0.94% 0.76% -
XYZ 31.78 15.49 50.61 -
YUV 86.82 186.8 204.45 -
System Red Green Blue C M Y K H S L
Decimal 194 12 191 0 0.94 0.02 0.24 300.99 0.88 0.4
Hex C2 C BF 0 5E 2 18 12D 58 28
Octal 302 14 277 0 136 2 30 455 130 50
Binary 11000010 1100 10111111 0 1011110 10 11000 100101101 1011000 101000

Color Harmonies of #C20CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20CBF

Black with #C20CBF

Text Example


Text Example

White with #C20CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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