Html Css Color HEX #C20FBA Deep Magenta

📋 copy color: '#C20FBA'

red 194 ◦ green 15 ◦ blue 186

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

Shades of Deep Magenta #C20FBA

Tints of Deep Magenta #C20FBA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.8%

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 49.11%
G = 3.8%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C20FBA (or 0xC20FBA) is known color: Deep Magenta. HEX triplet: C2, 0F and BA. RGB value is (194,15,186). Sum of RGB (Red+Green+Blue) = 194+15+186=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C20FBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20FBA is #3DF045. Grayscale: #575757. Windows color (decimal): -4059206 or 12193730. OLE color: 12193730.

HSL color Cylindrical-coordinate representation of color #C20FBA: hue angle of 302.68º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C20FBA is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 15 186 -
CMYK 0 0.92 0.04 0.24
HSL 302.68º 0.86% 0.41% -
HSV(B) 302.68º 0.92% 0.76% -
XYZ 31.28 15.36 47.77 -
YUV 88.02 183.3 203.6 -
System Red Green Blue C M Y K H S L
Decimal 194 15 186 0 0.92 0.04 0.24 302.68 0.86 0.41
Hex C2 F BA 0 5C 4 18 12F 56 29
Octal 302 17 272 0 134 4 30 457 126 51
Binary 11000010 1111 10111010 0 1011100 100 11000 100101111 1010110 101001

Color Harmonies of #C20FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20FBA

Black with #C20FBA

Text Example


Text Example

White with #C20FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20FBA; }

 p { color: rgb(194,15,186); }

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

background-color css

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

 a { background-color: rgb(194,15,186); }

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

border-color css

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

 span { border-color: rgb(194,15,186); }

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