Html Css Color HEX #C115CB Deep Magenta

📋 copy color: '#C115CB'

red 193 ◦ green 21 ◦ blue 203

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

Shades of Deep Magenta #C115CB

Tints of Deep Magenta #C115CB

RGB

 RED value IS 193 (75.78% from 255) = 46.28%

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

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

R = 46.28%
G = 5.04%
B = 48.68%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C115CB (or 0xC115CB) is known color: Deep Magenta. HEX triplet: C1, 15 and CB. RGB value is (193,21,203). Sum of RGB (Red+Green+Blue) = 193+21+203=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 21 (8.59% from 255 or 5.04% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #C115CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C115CB is #3EEA34. Grayscale: #5C5C5C. Windows color (decimal): -4123189 or 13309377. OLE color: 13309377.

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

Color convert

RGB 193 21 203 -
CMYK 0.05 0.90 0 0.20
HSL 296.7º 0.81% 0.44% -
HSV(B) 296.7º 0.9% 0.8% -
XYZ 33.04 16.19 57.88 -
YUV 93.18 189.98 199.2 -
System Red Green Blue C M Y K H S L
Decimal 193 21 203 0.05 0.90 0 0.20 296.7 0.81 0.44
Hex C1 15 CB 5 5A 0 14 129 51 2C
Octal 301 25 313 5 132 0 24 451 121 54
Binary 11000001 10101 11001011 101 1011010 0 10100 100101001 1010001 101100

Color Harmonies of #C115CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C115CB

Black with #C115CB

Text Example


Text Example

White with #C115CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C115CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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