Html Css Color HEX #C200BD Deep Magenta

📋 copy color: '#C200BD'

red 194 ◦ green 0 ◦ blue 189

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

Shades of Deep Magenta #C200BD

Tints of Deep Magenta #C200BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.35%

R = 50.65%
G = 0%
B = 49.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C200BD (or 0xC200BD) is known color: Deep Magenta. HEX triplet: C2, 00 and BD. RGB value is (194,0,189). Sum of RGB (Red+Green+Blue) = 194+0+189=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C200BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C200BD is #3DFF42. Grayscale: #4E4E4E. Windows color (decimal): -4063043 or 12386498. OLE color: 12386498.

HSL color Cylindrical-coordinate representation of color #C200BD: hue angle of 301.55º 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 #C200BD is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 0 189 -
CMYK 0 1 0.03 0.24
HSL 301.55º 1% 0.38% -
HSV(B) 301.55º 1% 0.76% -
XYZ 31.43 15.14 49.41 -
YUV 79.55 189.77 209.63 -
System Red Green Blue C M Y K H S L
Decimal 194 0 189 0 1 0.03 0.24 301.55 1 0.38
Hex C2 0 BD 0 64 3 18 12E 64 26
Octal 302 0 275 0 144 3 30 456 144 46
Binary 11000010 0 10111101 0 1100100 11 11000 100101110 1100100 100110

Color Harmonies of #C200BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C200BD

Black with #C200BD

Text Example


Text Example

White with #C200BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C200BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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