Html Css Color HEX #C615BF Deep Magenta

📋 copy color: '#C615BF'

red 198 ◦ green 21 ◦ blue 191

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

Shades of Deep Magenta #C615BF

Tints of Deep Magenta #C615BF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.12%

 BLUE value IS 191 (75% from 255) = 46.59%

R = 48.29%
G = 5.12%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C615BF (or 0xC615BF) is known color: Deep Magenta. HEX triplet: C6, 15 and BF. RGB value is (198,21,191). Sum of RGB (Red+Green+Blue) = 198+21+191=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C615BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C615BF is #39EA40. Grayscale: #5C5C5C. Windows color (decimal): -3795521 or 12522950. OLE color: 12522950.

HSL color Cylindrical-coordinate representation of color #C615BF: hue angle of 302.37º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C615BF is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 21 191 -
CMYK 0 0.89 0.04 0.22
HSL 302.37º 0.81% 0.43% -
HSV(B) 302.37º 0.89% 0.78% -
XYZ 32.96 16.3 50.7 -
YUV 93.3 183.14 202.68 -
System Red Green Blue C M Y K H S L
Decimal 198 21 191 0 0.89 0.04 0.22 302.37 0.81 0.43
Hex C6 15 BF 0 59 4 16 12E 51 2B
Octal 306 25 277 0 131 4 26 456 121 53
Binary 11000110 10101 10111111 0 1011001 100 10110 100101110 1010001 101011

Color Harmonies of #C615BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C615BF

Black with #C615BF

Text Example


Text Example

White with #C615BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C615BF; }

 p { color: rgb(198,21,191); }

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

background-color css

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

 a { background-color: rgb(198,21,191); }

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

border-color css

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

 span { border-color: rgb(198,21,191); }

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