Html Css Color HEX #C518CB Deep Magenta

📋 copy color: '#C518CB'

red 197 ◦ green 24 ◦ blue 203

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

Shades of Deep Magenta #C518CB

Tints of Deep Magenta #C518CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 46.46%
G = 5.66%
B = 47.88%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C518CB (or 0xC518CB) is known color: Deep Magenta. HEX triplet: C5, 18 and CB. RGB value is (197,24,203). Sum of RGB (Red+Green+Blue) = 197+24+203=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 24 (9.77% from 255 or 5.66% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #C518CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C518CB is #3AE734. Grayscale: #5F5F5F. Windows color (decimal): -3860277 or 13310149. OLE color: 13310149.

HSL color Cylindrical-coordinate representation of color #C518CB: hue angle of 297.99º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C518CB is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 24 203 -
CMYK 0.03 0.88 0 0.20
HSL 297.99º 0.79% 0.45% -
HSV(B) 297.99º 0.88% 0.8% -
XYZ 34.13 16.84 57.95 -
YUV 96.13 188.31 199.95 -
System Red Green Blue C M Y K H S L
Decimal 197 24 203 0.03 0.88 0 0.20 297.99 0.79 0.45
Hex C5 18 CB 3 58 0 14 12A 4F 2D
Octal 305 30 313 3 130 0 24 452 117 55
Binary 11000101 11000 11001011 11 1011000 0 10100 100101010 1001111 101101

Color Harmonies of #C518CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C518CB

Black with #C518CB

Text Example


Text Example

White with #C518CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C518CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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