Html Css Color HEX #C603BA Deep Magenta

📋 copy color: '#C603BA'

red 198 ◦ green 3 ◦ blue 186

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

Shades of Deep Magenta #C603BA

Tints of Deep Magenta #C603BA

RGB

 RED value IS 198 (77.73% from 255) = 51.16%

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

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

R = 51.16%
G = 0.78%
B = 48.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C603BA (or 0xC603BA) is known color: Deep Magenta. HEX triplet: C6, 03 and BA. RGB value is (198,3,186). Sum of RGB (Red+Green+Blue) = 198+3+186=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 3 (1.56% from 255 or 0.78% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C603BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C603BA is #39FC45. Grayscale: #515151. Windows color (decimal): -3800134 or 12190662. OLE color: 12190662.

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

Color convert

RGB 198 3 186 -
CMYK 0 0.98 0.06 0.22
HSL 303.69º 0.97% 0.39% -
HSV(B) 303.69º 0.98% 0.78% -
XYZ 32.18 15.62 47.77 -
YUV 82.17 186.6 210.62 -
System Red Green Blue C M Y K H S L
Decimal 198 3 186 0 0.98 0.06 0.22 303.69 0.97 0.39
Hex C6 3 BA 0 62 6 16 130 61 27
Octal 306 3 272 0 142 6 26 460 141 47
Binary 11000110 11 10111010 0 1100010 110 10110 100110000 1100001 100111

Color Harmonies of #C603BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C603BA

Black with #C603BA

Text Example


Text Example

White with #C603BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C603BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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