Html Css Color HEX #C515CB Deep Magenta

📋 copy color: '#C515CB'

red 197 ◦ green 21 ◦ blue 203

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

Shades of Deep Magenta #C515CB

Tints of Deep Magenta #C515CB

RGB

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

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

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

R = 46.79%
G = 4.99%
B = 48.22%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C515CB (or 0xC515CB) is known color: Deep Magenta. HEX triplet: C5, 15 and CB. RGB value is (197,21,203). Sum of RGB (Red+Green+Blue) = 197+21+203=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 21 (8.59% from 255 or 4.99% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #C515CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C515CB is #3AEA34. Grayscale: #5D5D5D. Windows color (decimal): -3861045 or 13309381. OLE color: 13309381.

HSL color Cylindrical-coordinate representation of color #C515CB: hue angle of 298.02º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C515CB is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 21 203 -
CMYK 0.03 0.90 0 0.20
HSL 298.02º 0.81% 0.44% -
HSV(B) 298.02º 0.9% 0.8% -
XYZ 34.07 16.72 57.93 -
YUV 94.37 189.31 201.2 -
System Red Green Blue C M Y K H S L
Decimal 197 21 203 0.03 0.90 0 0.20 298.02 0.81 0.44
Hex C5 15 CB 3 5A 0 14 12A 51 2C
Octal 305 25 313 3 132 0 24 452 121 54
Binary 11000101 10101 11001011 11 1011010 0 10100 100101010 1010001 101100

Color Harmonies of #C515CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C515CB

Black with #C515CB

Text Example


Text Example

White with #C515CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C515CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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