Html Css Color HEX #C203BA Deep Magenta

📋 copy color: '#C203BA'

red 194 ◦ green 3 ◦ blue 186

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

Shades of Deep Magenta #C203BA

Tints of Deep Magenta #C203BA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.78%

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

R = 50.65%
G = 0.78%
B = 48.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C203BA (or 0xC203BA) is known color: Deep Magenta. HEX triplet: C2, 03 and BA. RGB value is (194,3,186). Sum of RGB (Red+Green+Blue) = 194+3+186=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C203BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C203BA is #3DFC45. Grayscale: #505050. Windows color (decimal): -4062278 or 12190658. OLE color: 12190658.

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

Color convert

RGB 194 3 186 -
CMYK 0 0.98 0.04 0.24
HSL 302.51º 0.97% 0.39% -
HSV(B) 302.51º 0.98% 0.76% -
XYZ 31.14 15.08 47.72 -
YUV 80.97 187.28 208.62 -
System Red Green Blue C M Y K H S L
Decimal 194 3 186 0 0.98 0.04 0.24 302.51 0.97 0.39
Hex C2 3 BA 0 62 4 18 12F 61 27
Octal 302 3 272 0 142 4 30 457 141 47
Binary 11000010 11 10111010 0 1100010 100 11000 100101111 1100001 100111

Color Harmonies of #C203BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C203BA

Black with #C203BA

Text Example


Text Example

White with #C203BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C203BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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