Html Css Color HEX #C115CC Deep Magenta

📋 copy color: '#C115CC'

red 193 ◦ green 21 ◦ blue 204

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

Shades of Deep Magenta #C115CC

Tints of Deep Magenta #C115CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 46.17%
G = 5.02%
B = 48.8%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C115CC (or 0xC115CC) is known color: Deep Magenta. HEX triplet: C1, 15 and CC. RGB value is (193,21,204). Sum of RGB (Red+Green+Blue) = 193+21+204=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #C115CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C115CC is #3EEA33. Grayscale: #5C5C5C. Windows color (decimal): -4123188 or 13374913. OLE color: 13374913.

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

Color convert

RGB 193 21 204 -
CMYK 0.05 0.90 0 0.2
HSL 296.39º 0.81% 0.44% -
HSV(B) 296.39º 0.9% 0.8% -
XYZ 33.16 16.23 58.51 -
YUV 93.29 190.48 199.12 -
System Red Green Blue C M Y K H S L
Decimal 193 21 204 0.05 0.90 0 0.2 296.39 0.81 0.44
Hex C1 15 CC 5 5A 0 14 128 51 2C
Octal 301 25 314 5 132 0 24 450 121 54
Binary 11000001 10101 11001100 101 1011010 0 10100 100101000 1010001 101100

Color Harmonies of #C115CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C115CC

Black with #C115CC

Text Example


Text Example

White with #C115CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C115CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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