Html Css Color HEX #C618BB Deep Magenta

📋 copy color: '#C618BB'

red 198 ◦ green 24 ◦ blue 187

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

Shades of Deep Magenta #C618BB

Tints of Deep Magenta #C618BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.72%

R = 48.41%
G = 5.87%
B = 45.72%

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

#C618BB (or 0xC618BB) is known color: Deep Magenta. HEX triplet: C6, 18 and BB. RGB value is (198,24,187). Sum of RGB (Red+Green+Blue) = 198+24+187=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C618BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C618BB is #39E744. Grayscale: #5E5E5E. Windows color (decimal): -3794757 or 12261574. OLE color: 12261574.

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

Color convert

RGB 198 24 187 -
CMYK 0 0.88 0.06 0.22
HSL 303.79º 0.78% 0.44% -
HSV(B) 303.79º 0.88% 0.78% -
XYZ 32.58 16.25 48.43 -
YUV 94.61 180.15 201.75 -
System Red Green Blue C M Y K H S L
Decimal 198 24 187 0 0.88 0.06 0.22 303.79 0.78 0.44
Hex C6 18 BB 0 58 6 16 130 4E 2C
Octal 306 30 273 0 130 6 26 460 116 54
Binary 11000110 11000 10111011 0 1011000 110 10110 100110000 1001110 101100

Color Harmonies of #C618BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C618BB

Black with #C618BB

Text Example


Text Example

White with #C618BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C618BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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