Html Css Color HEX #C115CF Deep Magenta

📋 copy color: '#C115CF'

red 193 ◦ green 21 ◦ blue 207

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

Shades of Deep Magenta #C115CF

Tints of Deep Magenta #C115CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.17%

R = 45.84%
G = 4.99%
B = 49.17%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C115CF (or 0xC115CF) is known color: Deep Magenta. HEX triplet: C1, 15 and CF. RGB value is (193,21,207). Sum of RGB (Red+Green+Blue) = 193+21+207=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 21 (8.59% from 255 or 4.99% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #C115CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C115CF is #3EEA30. Grayscale: #5D5D5D. Windows color (decimal): -4123185 or 13571521. OLE color: 13571521.

HSL color Cylindrical-coordinate representation of color #C115CF: hue angle of 295.48º degrees, saturation: 0.82, 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 #C115CF is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 21 207 -
CMYK 0.07 0.90 0 0.19
HSL 295.48º 0.82% 0.45% -
HSV(B) 295.48º 0.9% 0.81% -
XYZ 33.52 16.38 60.43 -
YUV 93.63 191.98 198.88 -
System Red Green Blue C M Y K H S L
Decimal 193 21 207 0.07 0.90 0 0.19 295.48 0.82 0.45
Hex C1 15 CF 7 5A 0 13 127 52 2D
Octal 301 25 317 7 132 0 23 447 122 55
Binary 11000001 10101 11001111 111 1011010 0 10011 100100111 1010010 101101

Color Harmonies of #C115CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C115CF

Black with #C115CF

Text Example


Text Example

White with #C115CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C115CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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