Html Css Color HEX #C619BA Deep Magenta

📋 copy color: '#C619BA'

red 198 ◦ green 25 ◦ blue 186

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

Shades of Deep Magenta #C619BA

Tints of Deep Magenta #C619BA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.11%

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

R = 48.41%
G = 6.11%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C619BA (or 0xC619BA) is known color: Deep Magenta. HEX triplet: C6, 19 and BA. RGB value is (198,25,186). Sum of RGB (Red+Green+Blue) = 198+25+186=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C619BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C619BA is #39E645. Grayscale: #5E5E5E. Windows color (decimal): -3794502 or 12196294. OLE color: 12196294.

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

Color convert

RGB 198 25 186 -
CMYK 0 0.87 0.06 0.22
HSL 304.16º 0.78% 0.44% -
HSV(B) 304.16º 0.87% 0.78% -
XYZ 32.5 16.25 47.88 -
YUV 95.08 179.31 201.41 -
System Red Green Blue C M Y K H S L
Decimal 198 25 186 0 0.87 0.06 0.22 304.16 0.78 0.44
Hex C6 19 BA 0 57 6 16 130 4E 2C
Octal 306 31 272 0 127 6 26 460 116 54
Binary 11000110 11001 10111010 0 1010111 110 10110 100110000 1001110 101100

Color Harmonies of #C619BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C619BA

Black with #C619BA

Text Example


Text Example

White with #C619BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C619BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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