Html Css Color HEX #C618BA Deep Magenta

📋 copy color: '#C618BA'

red 198 ◦ green 24 ◦ blue 186

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

Shades of Deep Magenta #C618BA

Tints of Deep Magenta #C618BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.88%

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

R = 48.53%
G = 5.88%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C618BA (or 0xC618BA) is known color: Deep Magenta. HEX triplet: C6, 18 and BA. RGB value is (198,24,186). Sum of RGB (Red+Green+Blue) = 198+24+186=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C618BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C618BA is #39E745. Grayscale: #5E5E5E. Windows color (decimal): -3794758 or 12196038. OLE color: 12196038.

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

Color convert

RGB 198 24 186 -
CMYK 0 0.88 0.06 0.22
HSL 304.14º 0.78% 0.44% -
HSV(B) 304.14º 0.88% 0.78% -
XYZ 32.48 16.2 47.87 -
YUV 94.49 179.65 201.83 -
System Red Green Blue C M Y K H S L
Decimal 198 24 186 0 0.88 0.06 0.22 304.14 0.78 0.44
Hex C6 18 BA 0 58 6 16 130 4E 2C
Octal 306 30 272 0 130 6 26 460 116 54
Binary 11000110 11000 10111010 0 1011000 110 10110 100110000 1001110 101100

Color Harmonies of #C618BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C618BA

Black with #C618BA

Text Example


Text Example

White with #C618BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C618BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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