Html Css Color HEX #C20BC6 Deep Magenta

📋 copy color: '#C20BC6'

red 194 ◦ green 11 ◦ blue 198

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

Shades of Deep Magenta #C20BC6

Tints of Deep Magenta #C20BC6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.73%

 BLUE value IS 198 (77.73% from 255) = 49.13%

R = 48.14%
G = 2.73%
B = 49.13%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C20BC6 (or 0xC20BC6) is known color: Deep Magenta. HEX triplet: C2, 0B and C6. RGB value is (194,11,198). Sum of RGB (Red+Green+Blue) = 194+11+198=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 11 (4.69% from 255 or 2.73% from 403); Blue value is 198 (77.73% from 255 or 49.13% from 403); Max value from RGB is 198 - color contains mainly: blue. Hex color #C20BC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20BC6 is #3DF439. Grayscale: #565656. Windows color (decimal): -4060218 or 12979138. OLE color: 12979138.

HSL color Cylindrical-coordinate representation of color #C20BC6: hue angle of 298.72º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20BC6 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 11 198 -
CMYK 0.02 0.94 0 0.22
HSL 298.72º 0.89% 0.41% -
HSV(B) 298.72º 0.94% 0.78% -
XYZ 32.56 15.79 54.76 -
YUV 87.04 190.63 204.29 -
System Red Green Blue C M Y K H S L
Decimal 194 11 198 0.02 0.94 0 0.22 298.72 0.89 0.41
Hex C2 B C6 2 5E 0 16 12B 59 29
Octal 302 13 306 2 136 0 26 453 131 51
Binary 11000010 1011 11000110 10 1011110 0 10110 100101011 1011001 101001

Color Harmonies of #C20BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20BC6

Black with #C20BC6

Text Example


Text Example

White with #C20BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20BC6; }

 p { color: rgb(194,11,198); }

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

background-color css

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

 a { background-color: rgb(194,11,198); }

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

border-color css

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

 span { border-color: rgb(194,11,198); }

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