Html Css Color HEX #C615BC Deep Magenta

📋 copy color: '#C615BC'

red 198 ◦ green 21 ◦ blue 188

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

Shades of Deep Magenta #C615BC

Tints of Deep Magenta #C615BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.19%

R = 48.65%
G = 5.16%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C615BC (or 0xC615BC) is known color: Deep Magenta. HEX triplet: C6, 15 and BC. RGB value is (198,21,188). Sum of RGB (Red+Green+Blue) = 198+21+188=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C615BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C615BC is #39EA43. Grayscale: #5C5C5C. Windows color (decimal): -3795524 or 12326342. OLE color: 12326342.

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

Color convert

RGB 198 21 188 -
CMYK 0 0.89 0.05 0.22
HSL 303.39º 0.81% 0.43% -
HSV(B) 303.39º 0.89% 0.78% -
XYZ 32.63 16.17 48.98 -
YUV 92.96 181.64 202.92 -
System Red Green Blue C M Y K H S L
Decimal 198 21 188 0 0.89 0.05 0.22 303.39 0.81 0.43
Hex C6 15 BC 0 59 5 16 12F 51 2B
Octal 306 25 274 0 131 5 26 457 121 53
Binary 11000110 10101 10111100 0 1011001 101 10110 100101111 1010001 101011

Color Harmonies of #C615BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C615BC

Black with #C615BC

Text Example


Text Example

White with #C615BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C615BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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