Html Css Color HEX #C200BA Deep Magenta

📋 copy color: '#C200BA'

red 194 ◦ green 0 ◦ blue 186

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

Shades of Deep Magenta #C200BA

Tints of Deep Magenta #C200BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.05%
G = 0%
B = 48.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C200BA (or 0xC200BA) is known color: Deep Magenta. HEX triplet: C2, 00 and BA. RGB value is (194,0,186). Sum of RGB (Red+Green+Blue) = 194+0+186=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C200BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C200BA is #3DFF45. Grayscale: #4E4E4E. Windows color (decimal): -4063046 or 12189890. OLE color: 12189890.

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

Color convert

RGB 194 0 186 -
CMYK 0 1 0.04 0.24
HSL 302.47º 1% 0.38% -
HSV(B) 302.47º 1% 0.76% -
XYZ 31.11 15.01 47.71 -
YUV 79.21 188.27 209.88 -
System Red Green Blue C M Y K H S L
Decimal 194 0 186 0 1 0.04 0.24 302.47 1 0.38
Hex C2 0 BA 0 64 4 18 12E 64 26
Octal 302 0 272 0 144 4 30 456 144 46
Binary 11000010 0 10111010 0 1100100 100 11000 100101110 1100100 100110

Color Harmonies of #C200BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C200BA

Black with #C200BA

Text Example


Text Example

White with #C200BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C200BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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