Html Css Color HEX #C115CE Deep Magenta

📋 copy color: '#C115CE'

red 193 ◦ green 21 ◦ blue 206

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

Shades of Deep Magenta #C115CE

Tints of Deep Magenta #C115CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 45.95%
G = 5%
B = 49.05%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C115CE (or 0xC115CE) is known color: Deep Magenta. HEX triplet: C1, 15 and CE. RGB value is (193,21,206). Sum of RGB (Red+Green+Blue) = 193+21+206=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #C115CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C115CE is #3EEA31. Grayscale: #5C5C5C. Windows color (decimal): -4123186 or 13505985. OLE color: 13505985.

HSL color Cylindrical-coordinate representation of color #C115CE: hue angle of 295.78º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C115CE is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 21 206 -
CMYK 0.06 0.90 0 0.19
HSL 295.78º 0.81% 0.45% -
HSV(B) 295.78º 0.9% 0.81% -
XYZ 33.4 16.33 59.78 -
YUV 93.52 191.48 198.96 -
System Red Green Blue C M Y K H S L
Decimal 193 21 206 0.06 0.90 0 0.19 295.78 0.81 0.45
Hex C1 15 CE 6 5A 0 13 128 51 2D
Octal 301 25 316 6 132 0 23 450 121 55
Binary 11000001 10101 11001110 110 1011010 0 10011 100101000 1010001 101101

Color Harmonies of #C115CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C115CE

Black with #C115CE

Text Example


Text Example

White with #C115CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C115CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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