Html Css Color HEX #C618BE Deep Magenta

📋 copy color: '#C618BE'

red 198 ◦ green 24 ◦ blue 190

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

Shades of Deep Magenta #C618BE

Tints of Deep Magenta #C618BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.12%

R = 48.06%
G = 5.83%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C618BE (or 0xC618BE) is known color: Deep Magenta. HEX triplet: C6, 18 and BE. RGB value is (198,24,190). Sum of RGB (Red+Green+Blue) = 198+24+190=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C618BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C618BE is #39E741. Grayscale: #5E5E5E. Windows color (decimal): -3794754 or 12458182. OLE color: 12458182.

HSL color Cylindrical-coordinate representation of color #C618BE: hue angle of 302.76º 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 #C618BE is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 24 190 -
CMYK 0 0.88 0.04 0.22
HSL 302.76º 0.78% 0.44% -
HSV(B) 302.76º 0.88% 0.78% -
XYZ 32.91 16.38 50.14 -
YUV 94.95 181.65 201.5 -
System Red Green Blue C M Y K H S L
Decimal 198 24 190 0 0.88 0.04 0.22 302.76 0.78 0.44
Hex C6 18 BE 0 58 4 16 12F 4E 2C
Octal 306 30 276 0 130 4 26 457 116 54
Binary 11000110 11000 10111110 0 1011000 100 10110 100101111 1001110 101100

Color Harmonies of #C618BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C618BE

Black with #C618BE

Text Example


Text Example

White with #C618BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C618BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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