Html Css Color HEX #C518BC Deep Magenta

📋 copy color: '#C518BC'

red 197 ◦ green 24 ◦ blue 188

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

Shades of Deep Magenta #C518BC

Tints of Deep Magenta #C518BC

RGB

 RED value IS 197 (77.34% from 255) = 48.17%

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

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

R = 48.17%
G = 5.87%
B = 45.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C518BC (or 0xC518BC) is known color: Deep Magenta. HEX triplet: C5, 18 and BC. RGB value is (197,24,188). Sum of RGB (Red+Green+Blue) = 197+24+188=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C518BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C518BC is #3AE743. Grayscale: #5D5D5D. Windows color (decimal): -3860292 or 12327109. OLE color: 12327109.

HSL color Cylindrical-coordinate representation of color #C518BC: hue angle of 303.12º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C518BC is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 24 188 -
CMYK 0 0.88 0.05 0.23
HSL 303.12º 0.78% 0.43% -
HSV(B) 303.12º 0.88% 0.77% -
XYZ 32.43 16.15 48.99 -
YUV 94.42 180.81 201.16 -
System Red Green Blue C M Y K H S L
Decimal 197 24 188 0 0.88 0.05 0.23 303.12 0.78 0.43
Hex C5 18 BC 0 58 5 17 12F 4E 2B
Octal 305 30 274 0 130 5 27 457 116 53
Binary 11000101 11000 10111100 0 1011000 101 10111 100101111 1001110 101011

Color Harmonies of #C518BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C518BC

Black with #C518BC

Text Example


Text Example

White with #C518BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C518BC; }

 p { color: rgb(197,24,188); }

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

background-color css

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

 a { background-color: rgb(197,24,188); }

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

border-color css

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

 span { border-color: rgb(197,24,188); }

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